@ThreadSafe public class RaesException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RaesException()
Constructs a RAES exception with
no detail message.
|
RaesException(String msg)
Constructs a RAES exception with
the given detail message.
|
RaesException(String msg,
Throwable cause)
Constructs a RAES exception with
the given detail message and cause.
|
RaesException(Throwable cause)
Constructs a RAES exception with
the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public RaesException()
public RaesException(String msg)
msg - the detail message.public RaesException(String msg, Throwable cause)
msg - the detail message.cause - the cause for this exception to be thrown.public RaesException(Throwable cause)
cause - the cause for this exception to get thrown.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.