org.apache.cxf.ws.rm
Class RMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cxf.common.i18n.Exception
org.apache.cxf.ws.rm.RMException
- All Implemented Interfaces:
- java.io.Serializable
public class RMException
- extends org.apache.cxf.common.i18n.Exception
PolicyException is the type of RuntimeException thrown by any exceptions encountered
by the policy framework.
- See Also:
- Serialized Form
|
Constructor Summary |
RMException(org.apache.cxf.common.i18n.Message msg)
|
RMException(org.apache.cxf.common.i18n.Message msg,
java.lang.Throwable t)
|
RMException(java.lang.Throwable cause)
|
| Methods inherited from class org.apache.cxf.common.i18n.Exception |
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 |
RMException
public RMException(org.apache.cxf.common.i18n.Message msg,
java.lang.Throwable t)
RMException
public RMException(org.apache.cxf.common.i18n.Message msg)
RMException
public RMException(java.lang.Throwable cause)
Apache CXF