@ThreadSafe public class RaesKeyException extends RaesParametersException
| Constructor and Description |
|---|
RaesKeyException(java.lang.String msg)
Constructs a RAES key exception with
the given detail message.
|
RaesKeyException(java.lang.Throwable cause)
Constructs a RAES key exception with
the given cause.
|
public RaesKeyException(java.lang.String msg)
msg - the detail message.public RaesKeyException(java.lang.Throwable cause)
cause - the cause for this exception to get thrown.