public class RaesParametersException extends FileNotFoundException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RaesParametersException()
Creates a new instance of
RaesParametersException with a
detail message indicating that no suitable RaesParameters have
been found. |
RaesParametersException(String msg)
Constructs an instance of
RaesParametersException with the
specified detail message. |
RaesParametersException(Throwable cause)
Constructs an instance of
RaesParametersException with the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public RaesParametersException()
RaesParametersException with a
detail message indicating that no suitable RaesParameters have
been found.public RaesParametersException(String msg)
RaesParametersException with the
specified detail message.msg - The detail message.public RaesParametersException(Throwable cause)
RaesParametersException with the
specified cause.cause - The cause.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.