public class DiscoveryException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serial Version UID.
|
Constructor and Description |
---|
DiscoveryException(String message)
Builds an
DiscoveryException with a given message. |
DiscoveryException(String message,
Exception cause)
Builds an
DiscoveryException with a given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public DiscoveryException(String message)
DiscoveryException
with a given message.message
- Exception's messagepublic DiscoveryException(String message, Exception cause)
DiscoveryException
with a given message and cause.message
- Exception's messagecause
- Exception causeCopyright 2011-2015 ForgeRock AS.