cryptix.security
Class CryptoError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycryptix.security.CryptoError
All Implemented Interfaces:
java.io.Serializable

public class CryptoError
extends java.lang.Error

This class is for any unexpected error thrown by classes in cryptix.security.* (i.e. when the Cryptix V2.2-compatible APIs are being used).

The equivalent exception for the JCA APIs is cryptix.CryptixException.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.2 $

Since:
Cryptix 2.2
Author:
Systemics Ltd, David Hopwood
See Also:
CryptixException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
(package private) CryptoError(java.lang.String message)
          Deprecated. Constructs a CryptoError with the specified detail message.
 
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

CryptoError(java.lang.String message)
Deprecated. 
Constructs a CryptoError with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
message - the detail message.