org.logi.crypto
Class CryptoCorruptError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.logi.crypto.CryptoCorruptError
- All Implemented Interfaces:
- java.io.Serializable
- public class CryptoCorruptError
- extends java.lang.Error
This exception is thrown whenever logi.crypto detects that
it has been corrupted in some manner. This could be missing classes
ot classes that behave in an obiously wrong way.
- Author:
- Logi Ragnarsson
(logir@logi.org)
- See Also:
- Serialized Form
Constructor Summary |
CryptoCorruptError()
Create a new CryptoCorruptError with no message. |
CryptoCorruptError(java.lang.String msg)
Create a new CryptoCorruptError with the message msg. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CryptoCorruptError
public CryptoCorruptError()
- Create a new CryptoCorruptError with no message.
CryptoCorruptError
public CryptoCorruptError(java.lang.String msg)
- Create a new CryptoCorruptError with the message msg.
Copyright 1997-2000 Logi Ragnarsson