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