public class AttachAPINotFoundException
extends java.lang.RuntimeException
RuntimeException
,
Serialized FormConstructor and Description |
---|
AttachAPINotFoundException()
Constructs an instance of the AttachAPINotFoundException class.
|
AttachAPINotFoundException(java.lang.String message)
Constructs an instance of the AttachAPINotFoundException class with a description of the
problem.
|
AttachAPINotFoundException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
Constructs an instance of the AttachAPINotFoundException class with a reference to the
underlying Exception causing this Exception to be thrown.
|
public AttachAPINotFoundException()
public AttachAPINotFoundException(java.lang.String message)
message
- a String describing the nature of the Exception and why it was thrown.public AttachAPINotFoundException(java.lang.Throwable cause)
cause
- a Throwable indicating the reason this Exception was thrown.public AttachAPINotFoundException(java.lang.String message, java.lang.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.