Class NonceManager.NonceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.NonceManager.NonceException
All Implemented Interfaces:
Serializable
Enclosing class:
NonceManager

public static class NonceManager.NonceException extends com.sun.xml.wss.XWSSecurityException
Exception to be thrown when an Error in processing received nonces occurs. A Nonce-replay would also be indicated by a NonceException.
See Also:
  • Constructor Details

    • NonceException

      public NonceException(String message)
      Constructor specifying the message string.
      Parameters:
      message - the exception message string
    • NonceException

      public NonceException(String message, Throwable cause)
      Constructor specifying the message string and a nested exception
      Parameters:
      message - the exception message string
      cause - the nested exception as a Throwable
    • NonceException

      public NonceException(Throwable cause)
      Constructor specifying a nested exception
      Parameters:
      cause - the nested exception as a Throwable