|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.logi.crypto.CryptoException
org.logi.crypto.protocols.CryptoProtocolException
This exception is thrown when a problem arises in a cryptographic protocol, such as an invalid message being received.
Constructor Summary | |
CryptoProtocolException()
Create a new CryptoProtocolException with no message. |
|
CryptoProtocolException(java.lang.String msg)
Create a new CryptoProtocolException 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 CryptoProtocolException()
public CryptoProtocolException(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |