Class UnsupportedPolicyAssertion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.ws.security.impl.policy.UnsupportedPolicyAssertion
- All Implemented Interfaces:
Serializable
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.- Author:
- K.Venugopal@sun.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UnsupportedPolicyAssertionUnsupportedPolicyAssertion(String msg, Throwable exp) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedPolicyAssertion
public UnsupportedPolicyAssertion()Creates a new instance of UnsupportedPolicyAssertion -
UnsupportedPolicyAssertion
-
UnsupportedPolicyAssertion
-
UnsupportedPolicyAssertion
-