public class ArtifactFilterException extends Exception
ArtifactFilterException class.
| Constructor and Description |
|---|
ArtifactFilterException()
Create an instance.
|
ArtifactFilterException(String theMessage)
Constructor for ArtifactFilterException.
|
ArtifactFilterException(String theMessage,
Throwable theCause)
Constructor for ArtifactFilterException.
|
ArtifactFilterException(Throwable theCause)
Constructor for ArtifactFilterException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArtifactFilterException()
public ArtifactFilterException(String theMessage, Throwable theCause)
Constructor for ArtifactFilterException.
theMessage - The message which describes what happends.theCause - The cause.public ArtifactFilterException(String theMessage)
Constructor for ArtifactFilterException.
theMessage - The message which describes what happends.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.