TrueZIP 6.8.1

de.schlichtherle.crypto.io.raes
Class RaesKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.FileNotFoundException
                  extended by de.schlichtherle.crypto.io.raes.RaesParametersException
                      extended by de.schlichtherle.crypto.io.raes.RaesKeyException
All Implemented Interfaces:
Serializable

public class RaesKeyException
extends RaesParametersException

Thrown to indicate that retrieving a key to encrypt some pay load data to an RAES file has been disabled or cancelled.

Since:
TrueZIP 6.0
Version:
$Id: RaesKeyException.java,v 1.4 2010/08/20 13:09:38 christian_schlichtherle Exp $
Author:
Christian Schlichtherle
See Also:
Serialized Form

Constructor Summary
RaesKeyException()
          Creates a new instance of RaesKeyException with a detail message indicating that key retrieval has been disabled or cancelled.
RaesKeyException(String msg)
          Constructs an instance of RaesKeyException with the specified detail message.
RaesKeyException(Throwable cause)
          Constructs an instance of RaesKeyException 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

RaesKeyException

public RaesKeyException()
Creates a new instance of RaesKeyException with a detail message indicating that key retrieval has been disabled or cancelled.


RaesKeyException

public RaesKeyException(String msg)
Constructs an instance of RaesKeyException with the specified detail message.

Parameters:
msg - The detail message.

RaesKeyException

public RaesKeyException(Throwable cause)
Constructs an instance of RaesKeyException with the specified cause.

Parameters:
cause - The cause.

TrueZIP 6.8.1

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