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