org.logi.crypto
Class CryptoError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.logi.crypto.CryptoError
All Implemented Interfaces:
java.io.Serializable

public class CryptoError
extends java.lang.Error

This error or its sub-classes are thrown whenever a serious and unforseen cryptographic error occurs.

See Also:
Serialized Form

Constructor Summary
CryptoError()
          Create a new CryptoError with no message.
CryptoError(java.lang.String msg)
          Create a new CryptoError with the message msg.
 
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

CryptoError

public CryptoError()
Create a new CryptoError with no message.


CryptoError

public CryptoError(java.lang.String msg)
Create a new CryptoError with the message msg.