com.sun.xml.wss.impl
Class PolicyViolationException

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.impl.PolicyViolationException
All Implemented Interfaces:
Serializable

public class PolicyViolationException
extends XWSSecurityException

Exception indicating a Policy Violation typically encountered when processing an Inbound Message.

See Also:
Serialized Form

Constructor Summary
PolicyViolationException(String message)
          Constructor specifying the message string.
PolicyViolationException(String message, Throwable cause)
          Constructor specifying the message string and a nested exception
PolicyViolationException(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

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


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