public class ArtifactFilterException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ArtifactFilterException()
Create an instance.
|
ArtifactFilterException(java.lang.String theMessage) |
ArtifactFilterException(java.lang.String theMessage,
java.lang.Throwable theCause) |
ArtifactFilterException(java.lang.Throwable theCause) |
private static final long serialVersionUID
public ArtifactFilterException()
public ArtifactFilterException(java.lang.String theMessage,
java.lang.Throwable theCause)
theMessage - The message which describes what happends.theCause - The cause.public ArtifactFilterException(java.lang.String theMessage)
theMessage - The message which describes what happends.public ArtifactFilterException(java.lang.Throwable theCause)
theCause - Throwable cause of the problem.