Class PolicyException

  • All Implemented Interfaces:
    Serializable

    public class PolicyException
    extends org.apache.cxf.common.i18n.UncheckedException
    PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
    See Also:
    Serialized Form
    • Constructor Detail

      • PolicyException

        public PolicyException​(org.apache.cxf.common.i18n.Message msg,
                               Throwable t)
      • PolicyException

        public PolicyException​(org.apache.cxf.common.i18n.Message message)
      • PolicyException

        public PolicyException​(Throwable cause)
      • PolicyException

        public PolicyException​(AssertionInfo info)