public class RaesException extends IOException
IOException to indicate that this
is considered to be an issue when accessing the contents of a file.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RaesException(String msg)
Constructs an instance of
RaesException with the specified
detail message. |
RaesException(String msg,
Throwable cause)
Constructs an instance of
RaesException with the specified
detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public RaesException(String msg)
RaesException with the specified
detail message.msg - The detail message.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.