|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.cxf.common.i18n.UncheckedException org.apache.cxf.ws.policy.PolicyException
public class PolicyException
PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
Field Summary |
---|
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException |
---|
message |
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 |
---|
public PolicyException(Message msg, Throwable t)
public PolicyException(Message message)
public PolicyException(Throwable cause)
public PolicyException(AssertionInfo info)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |