Apache CXF API

org.apache.cxf.ws.policy
Class PolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.ws.policy.PolicyException
All Implemented Interfaces:
Serializable

public class PolicyException
extends UncheckedException

PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.

See Also:
Serialized Form

Constructor Summary
PolicyException(AssertionInfo info)
           
PolicyException(Message message)
           
PolicyException(Message msg, Throwable t)
           
PolicyException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

PolicyException

public PolicyException(Message msg,
                       Throwable t)

PolicyException

public PolicyException(Message message)

PolicyException

public PolicyException(Throwable cause)

PolicyException

public PolicyException(AssertionInfo info)

Apache CXF API

Apache CXF