Class ArtifactFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
- All Implemented Interfaces:
Serializable
- Author:
- Brian Fox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance.ArtifactFilterException
(String theMessage) ArtifactFilterException
(String theMessage, Throwable theCause) ArtifactFilterException
(Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactFilterException
public ArtifactFilterException()Create an instance. -
ArtifactFilterException
- Parameters:
theMessage
- The message which describes what happends.theCause
- The cause.
-
ArtifactFilterException
- Parameters:
theMessage
- The message which describes what happends.
-
ArtifactFilterException
- Parameters:
theCause
-Throwable
cause of the problem.
-