TrueZIP 6.8.1

de.schlichtherle.crypto.io.raes
Class RaesParametersException

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
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. This is a subclass of FileNotFoundException to indicate that this is considered to be an issue when opening an RAES file rather than accessing it contents (which would usually throw an IOException, but not a FileNotFoundException).

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

Constructor Summary
RaesParametersException()
          Creates a new instance of RaesParametersException with a detail message indicating that no suitable RaesParameters have been found.
RaesParametersException(String msg)
          Constructs an instance of RaesParametersException with the specified detail message.
RaesParametersException(Throwable cause)
          Constructs an instance of RaesParametersException 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

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.

TrueZIP 6.8.1

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