|
|||||||||
| 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.openuat.authentication.exceptions.KeyAgreementProtocolException
public class KeyAgreementProtocolException
This exception is thrown when the key agreement protocol is not followed, e.g. by calling methods in the wrong order or passing invalid arguments.
| Constructor Summary | |
|---|---|
KeyAgreementProtocolException(java.lang.String msg)
|
|
KeyAgreementProtocolException(java.lang.String msg,
java.lang.Exception t)
|
|
| Method Summary |
|---|
| 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 KeyAgreementProtocolException(java.lang.String msg)
public KeyAgreementProtocolException(java.lang.String msg,
java.lang.Exception t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||