Package com.sun.xml.wss
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
Top level exception used to describe various Errors while processing
Secure SOAP messages.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXWSSecurityException(String message) Constructor specifying the message string.XWSSecurityException(String message, Throwable cause) Constructor specifying the message string and a nested exceptionXWSSecurityException(Throwable cause) Constructor specifying a nested exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XWSSecurityException
Constructor specifying the message string.- Parameters:
message- the exception message string
-
XWSSecurityException
Constructor specifying the message string and a nested exception- Parameters:
message- the exception message stringcause- the nested exception as a Throwable
-
XWSSecurityException
Constructor specifying a nested exception- Parameters:
cause- the nested exception as a Throwable
-