trex
Class DecryptImpossibleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--trex.DecryptImpossibleException
All Implemented Interfaces:
Serializable

public class DecryptImpossibleException
extends Exception

An Exception of this class is thrown when a decryption failed because the algorithm was not able to handle the contained data.

Version:
$Revision: 1.2 $
Author:
Bastian Friedrich <bastian@bastian-friedrich.de>
See Also:
Serialized Form

Constructor Summary
DecryptImpossibleException()
           
 
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

DecryptImpossibleException

public DecryptImpossibleException()