public class LunaException
extends java.security.ProviderException
Constructor and Description |
---|
LunaException()
Creates a new
LunaException without a detail message. |
LunaException(java.lang.String msg)
Constructs a
LunaException with the specified detail message. |
LunaException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a
LunaException with the specified detail message and cause. |
LunaException(java.lang.Throwable cause)
Constructs a
LunaException with the specified cause. |
public LunaException()
LunaException
without a detail message.public LunaException(java.lang.String msg)
LunaException
with the specified detail message.msg
- The detail messagepublic LunaException(java.lang.String msg, java.lang.Throwable cause)
LunaException
with the specified detail message and cause.msg
- The detail messagecause
- The cause of this exceptionpublic LunaException(java.lang.Throwable cause)
LunaException
with the specified cause.cause
- The cause of this exceptionCopyright 2014-2018 SafeNet. All rights reserved.