|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.logi.crypto.CryptoCorruptError
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.
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, 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 |
public CryptoCorruptError()
public CryptoCorruptError(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |