java.io.Serializable
public class ArtifactFilterException
extends java.lang.Exception
Constructor | Description |
---|---|
ArtifactFilterException() |
Create an instance.
|
ArtifactFilterException(java.lang.String theMessage) |
|
ArtifactFilterException(java.lang.String theMessage,
java.lang.Throwable theCause) |
|
ArtifactFilterException(java.lang.Throwable theCause) |
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.Copyright © 2018. All rights reserved.