cryptix.security
Class CryptoError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--cryptix.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

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.