Class XWSSecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonceManager.NonceException, PolicyGenerationException, PolicyViolationException, SecurityHeaderException, SecurityTokenException

public class XWSSecurityException extends Exception
Top level exception used to describe various Errors while processing Secure SOAP messages.
See Also:
  • Constructor Details

    • XWSSecurityException

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

      public XWSSecurityException(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
    • XWSSecurityException

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