Package org.apache.cxf.ws.rm.persistence
Class RMStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.ws.rm.persistence.RMStoreException
- All Implemented Interfaces:
Serializable
public class RMStoreException
extends org.apache.cxf.common.i18n.UncheckedException
RMStoreException is the type of RuntimeException thrown by the RMStore
when encountering problems.
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
ConstructorsConstructorDescriptionRMStoreException(Throwable cause) RMStoreException(org.apache.cxf.common.i18n.Message msg) RMStoreException(org.apache.cxf.common.i18n.Message msg, Throwable t) -
Method Summary
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RMStoreException
-
RMStoreException
public RMStoreException(org.apache.cxf.common.i18n.Message msg) -
RMStoreException
-