de.schlichtherle.crypto.io.raes
Class RaesParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.crypto.io.raes.RaesParametersException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RaesKeyException
public class RaesParametersException
- extends FileNotFoundException
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).
- Since:
- TrueZIP 6.0
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| 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
RaesParametersException
public RaesParametersException()
- Creates a new instance of
RaesParametersException with a
detail message indicating that no suitable RaesParameters have
been found.
RaesParametersException
public RaesParametersException(String msg)
- Constructs an instance of
RaesParametersException with the
specified detail message.
- Parameters:
msg - The detail message.
RaesParametersException
public RaesParametersException(Throwable cause)
- Constructs an instance of
RaesParametersException with the
specified cause.
- Parameters:
cause - The cause.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.