@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, toString
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 © 2005–2018 Schlichtherle IT Services. All rights reserved.