com.sun.xml.wss
Class NonceManager.NonceException

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

public static class NonceManager.NonceException
extends 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:
Serialized Form

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

NonceManager.NonceException

public NonceManager.NonceException(String message)
Constructor specifying the message string.

Parameters:
message - the exception message string

NonceManager.NonceException

public NonceManager.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

NonceManager.NonceException

public NonceManager.NonceException(Throwable cause)
Constructor specifying a nested exception

Parameters:
cause - the nested exception as a Throwable


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.