public static class NonceManager.NonceException extends XWSSecurityException
| Constructor and Description |
|---|
NonceException(String message)
Constructor specifying the message string.
|
NonceException(String message,
Throwable cause)
Constructor specifying the message string and a nested exception
|
NonceException(Throwable cause)
Constructor specifying a nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonceException(String message)
message - the exception message stringpublic NonceException(String message, Throwable cause)
message - the exception message stringcause - the nested exception as a Throwablepublic NonceException(Throwable cause)
cause - the nested exception as a ThrowableCopyright © 2005–2018 Oracle Corporation. All rights reserved.