public class AttachAPINotFoundException extends RuntimeException
RuntimeException
,
Serialized FormConstructor and Description |
---|
AttachAPINotFoundException()
Constructs an instance of the AttachAPINotFoundException class.
|
AttachAPINotFoundException(String message)
Constructs an instance of the AttachAPINotFoundException class with a description of the
problem.
|
AttachAPINotFoundException(String message,
Throwable cause)
Constructs an instance of the AttachAPINotFoundException class with a reference to the
underlying Exception causing this Exception to be thrown in addition to a description of the
problem.
|
AttachAPINotFoundException(Throwable cause)
Constructs an instance of the AttachAPINotFoundException class with a reference to the
underlying Exception causing this Exception to be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttachAPINotFoundException()
public AttachAPINotFoundException(String message)
message
- a String describing the nature of the Exception and why it was thrown.public AttachAPINotFoundException(Throwable cause)
cause
- a Throwable indicating the reason this Exception was thrown.public AttachAPINotFoundException(String message, Throwable cause)
message
- a String describing the nature of the Exception and why it was thrown.cause
- a Throwable indicating the reason this Exception was thrown.