@ThreadSafe public class RaesException extends IOException
| 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, toStringpublic RaesException()
public RaesException(@CheckForNull String msg)
msg - the detail message.public RaesException(@CheckForNull String msg, @CheckForNull Throwable cause)
msg - the detail message.cause - the cause for this exception to be thrown.public RaesException(@CheckForNull Throwable cause)
cause - the cause for this exception to get thrown.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.