Class PolicyViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.impl.PolicyViolationException
All Implemented Interfaces:
Serializable

public class PolicyViolationException extends com.sun.xml.wss.XWSSecurityException
Exception indicating a Policy Violation typically encountered when processing an Inbound Message.
See Also:
  • Constructor Details

    • PolicyViolationException

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

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

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