public class EndpointUnavailableException extends Exception
| Constructor and Description |
|---|
EndpointUnavailableException(String message)
Constructs a new EndpointUnavailableException with the specified detailed message.
|
EndpointUnavailableException(String message,
Throwable cause)
Constructs a new EndpointUnavailableException with the specified detailed message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EndpointUnavailableException(String message)
Throwable.initCause(java.lang.Throwable).message - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage()
method.public EndpointUnavailableException(String message, Throwable cause)
cause - the cause (which is saved for later retrieval by the Throwable.getCause()method). (Anull value
is permitted, and indicates that the cause is nonexistent or unknown.)message - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage()
method.Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.