Package org.apache.cxf.ws.policy
Class PolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.ws.policy.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:
-
Field Summary
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
ConstructorsConstructorDescriptionPolicyException(Throwable cause) PolicyException(org.apache.cxf.common.i18n.Message message) PolicyException(org.apache.cxf.common.i18n.Message msg, Throwable t) PolicyException(AssertionInfo info) -
Method Summary
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyException
-
PolicyException
public PolicyException(org.apache.cxf.common.i18n.Message message) -
PolicyException
-
PolicyException
-