de.schlichtherle.truezip.crypto.raes
Class RaesParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.truezip.crypto.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.
- 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.