java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.impl.PolicyViolationException
- All Implemented Interfaces:
Serializable
Exception indicating a Policy Violation typically encountered when processing
an Inbound Message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyViolationException(String message) Constructor specifying the message string.PolicyViolationException(String message, Throwable cause) Constructor specifying the message string and a nested exceptionConstructor 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
-
PolicyViolationException
Constructor specifying the message string.- Parameters:
message- the exception message string
-
PolicyViolationException
Constructor specifying the message string and a nested exception- Parameters:
message- the exception message stringcause- the nested exception as a Throwable
-
PolicyViolationException
Constructor specifying a nested exception- Parameters:
cause- the nested exception as a Throwable
-