|
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
public class RaesParametersException
Thrown to indicate that no suitable RAES parameters have been provided or
something is wrong with the parameters.
This is a subclass of FileNotFoundException to indicate that this
is considered to be an issue when opening an RAES file rather than accessing
it contents (which would usually throw an IOException,
but not a FileNotFoundException).
| Constructor Summary | |
|---|---|
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. |
|
| 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 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.
|
TrueZIP 6.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||