|
TrueZIP 6.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.crypto.io.raes.RaesParametersException
de.schlichtherle.crypto.io.raes.RaesKeyException
public class RaesKeyException
Thrown to indicate that retrieving a key to encrypt some pay load data to an RAES file has been disabled or cancelled.
| 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
TrueZIP 6.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||