de.schlichtherle.crypto.io.raes
Class RaesKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.crypto.io.raes.RaesParametersException
de.schlichtherle.crypto.io.raes.RaesKeyException
- All Implemented Interfaces:
- Serializable
public class RaesKeyException
- extends RaesParametersException
Thrown to indicate that retrieving a key to encrypt some pay load data to
an RAES file has been disabled or cancelled.
- Since:
- TrueZIP 6.0
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
|
Constructor Summary |
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
RaesKeyException
public RaesKeyException()
- Creates a new instance of
RaesKeyException with a
detail message indicating that key retrieval has been disabled
or cancelled.
RaesKeyException
public RaesKeyException(String msg)
- Constructs an instance of
RaesKeyException with the
specified detail message.
- Parameters:
msg - The detail message.
RaesKeyException
public RaesKeyException(Throwable cause)
- Constructs an instance of
RaesKeyException with the
specified cause.
- Parameters:
cause - The cause.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.