Class UnsupportedPolicyAssertion

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedPolicyAssertion
    extends 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.
    Author:
    K.Venugopal@sun.com
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedPolicyAssertion

        public UnsupportedPolicyAssertion()
        Creates a new instance of UnsupportedPolicyAssertion
      • UnsupportedPolicyAssertion

        public UnsupportedPolicyAssertion​(String msg)
      • UnsupportedPolicyAssertion

        public UnsupportedPolicyAssertion​(String msg,
                                          Throwable exp)
      • UnsupportedPolicyAssertion

        public UnsupportedPolicyAssertion​(Throwable exp)