public class ArtifactException extends StreamBaseException
Constructor and Description |
---|
ArtifactException(String message)
Constructs a new exception with the specified detail message.
|
ArtifactException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ArtifactException(Throwable cause)
Constructs a new exception with the specified cause
and a detail message of (cause==null ? null : cause.toString())
|
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocation
public ArtifactException(String message, Throwable cause)
message
- the detail messagecause
- the cause. A null value is permitted.public ArtifactException(String message)
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
message
- the detail messagepublic ArtifactException(Throwable cause)
cause
- the cause. A null value is permitted.Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.