public class RaesException
extends java.io.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(java.lang.String msg)
Constructs an instance of
RaesException with the specified
detail message. |
RaesException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
RaesException with the specified
detail message and cause. |
private static final long serialVersionUID
public RaesException(java.lang.String msg)
RaesException with the specified
detail message.msg - The detail message.public RaesException(java.lang.String msg,
java.lang.Throwable cause)
RaesException with the specified
detail message and cause.msg - The detail message.cause - The original cause for this exception to be thrown.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.