com.sun.xml.ws.security.impl.policy
Class UnsupportedPolicyAssertion

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.ws.security.impl.policy.UnsupportedPolicyAssertion
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedPolicyAssertion
extends java.lang.RuntimeException

RuntimeException which is thrown by security policy assertion implementation when a Invalid PolicyAssertion is found. Note for Pipe implementors using SecurityPolicy Assertions should catch this exception and throw exceptions required by the Pipe.

See Also:
Serialized Form

Constructor Summary
UnsupportedPolicyAssertion()
          Creates a new instance of UnsupportedPolicyAssertion
UnsupportedPolicyAssertion(java.lang.String msg)
           
UnsupportedPolicyAssertion(java.lang.String msg, java.lang.Throwable exp)
           
UnsupportedPolicyAssertion(java.lang.Throwable exp)
           
 
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

UnsupportedPolicyAssertion

public UnsupportedPolicyAssertion()
Creates a new instance of UnsupportedPolicyAssertion


UnsupportedPolicyAssertion

public UnsupportedPolicyAssertion(java.lang.String msg)

UnsupportedPolicyAssertion

public UnsupportedPolicyAssertion(java.lang.String msg,
                                  java.lang.Throwable exp)

UnsupportedPolicyAssertion

public UnsupportedPolicyAssertion(java.lang.Throwable exp)