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:
- java.io.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
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PolicyException
public PolicyException(org.apache.cxf.common.i18n.Message msg,
java.lang.Throwable t)
PolicyException
public PolicyException(org.apache.cxf.common.i18n.Message msg)
PolicyException
public PolicyException(java.lang.Throwable cause)
Apache CXF