public class LunaException extends ProviderException
| Constructor and Description |
|---|
LunaException()
Creates a new
LunaException without a detail message. |
LunaException(String msg)
Constructs a
LunaException with the specified detail message. |
LunaException(String msg,
Throwable cause)
Constructs a
LunaException with the specified detail
message and cause. |
LunaException(Throwable cause)
Constructs a
LunaException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LunaException()
LunaException without a detail message.public LunaException(String msg)
LunaException with the specified detail message.msg - The detail messagepublic LunaException(String msg, Throwable cause)
LunaException with the specified detail
message and cause.msg - The detail messagecause - The cause of this exceptionpublic LunaException(Throwable cause)
LunaException with the specified cause.cause - The cause of this exceptionCopyright 2014-2016 SafeNet Inc