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