|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.NonceManager.NonceException
public static class NonceManager.NonceException
Exception to be thrown when an Error in processing received nonces occurs. A Nonce-replay would also be indicated by a NonceException.
| Constructor Summary | |
|---|---|
NonceManager.NonceException(String message)
Constructor specifying the message string. |
|
NonceManager.NonceException(String message,
Throwable cause)
Constructor specifying the message string and a nested exception |
|
NonceManager.NonceException(Throwable cause)
Constructor specifying a nested exception |
|
| 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 NonceManager.NonceException(String message)
message - the exception message string
public NonceManager.NonceException(String message,
Throwable cause)
message - the exception message stringcause - the nested exception as a Throwablepublic NonceManager.NonceException(Throwable cause)
cause - the nested exception as a Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||