|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--cryptix.security.CryptoError
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 $
CryptixException
, Serialized FormConstructor 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 |
|
Constructor Detail |
CryptoError(java.lang.String message)
message
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |