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(java.lang.String msg)
Constructs an instance of
RaesKeyException with the
specified detail message. |
RaesKeyException(java.lang.Throwable cause)
Constructs an instance of
RaesKeyException with the
specified cause. |
private static final long serialVersionUID
public RaesKeyException()
RaesKeyException with a
detail message indicating that key retrieval has been disabled
or cancelled.public RaesKeyException(java.lang.String msg)
RaesKeyException with the
specified detail message.msg - The detail message.public RaesKeyException(java.lang.Throwable cause)
RaesKeyException with the
specified cause.cause - The cause.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.