Package 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:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRMException(Throwable cause) RMException(org.apache.cxf.common.i18n.Message msg) RMException(org.apache.cxf.common.i18n.Message msg, Throwable t) -
Method Summary
Methods inherited from class org.apache.cxf.common.i18n.Exception
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RMException
-
RMException
public RMException(org.apache.cxf.common.i18n.Message msg) -
RMException
-