de.schlichtherle.crypto.io.raes
Class RaesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.crypto.io.raes.RaesException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RaesAuthenticationException
public class RaesException
- extends IOException
Thrown if a file is read which is not RAES compatible.
This is a subclass of IOException to indicate that this
is considered to be an issue when accessing the contents of a file.
- Since:
- TrueZIP 6.0
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
|
Constructor Summary |
RaesException(String msg)
Constructs an instance of RaesException with the specified
detail message. |
RaesException(String msg,
Throwable cause)
Constructs an instance of RaesException with the specified
detail message and cause. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RaesException
public RaesException(String msg)
- Constructs an instance of
RaesException with the specified
detail message.
- Parameters:
msg - The detail message.
RaesException
public RaesException(String msg,
Throwable cause)
- Constructs an instance of
RaesException with the specified
detail message and cause.
- Parameters:
msg - The detail message.cause - The original cause for this exception to be thrown.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.