TrueZIP 6.8.2

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 06f3ba684701 2010/11/04 01:15:55 christian $
Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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.2

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