TrueZIP 6.8.3

de.schlichtherle.crypto.io.raes
Class RaesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
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

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.

TrueZIP 6.8.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.