sam.cipher
Class Cipher.Error

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--sam.cipher.Cipher.Error
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Cipher

public static class Cipher.Error
extends java.lang.Error

Exception class for ciphering functions. Extending java.lang.Error, this has not to be declared in methods declarations.

Thrown only while dealing with registration.

Subclasses should throw instances of this class or a subclass rather than standard or dedicated Exceptions.

See Also:
Serialized Form

Constructor Summary
protected Cipher.Error(java.lang.String message)
           
protected Cipher.Error(java.lang.Throwable pending)
           
 
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

Cipher.Error

protected Cipher.Error(java.lang.String message)

Cipher.Error

protected Cipher.Error(java.lang.Throwable pending)