TrueZIP 6.8.2

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

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

Field Detail

serialVersionUID

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

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