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:
- Serialized Form
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
getCode, getMessage |
RMStoreException
public RMStoreException(org.apache.cxf.common.i18n.Message msg,
Throwable t)
RMStoreException
public RMStoreException(org.apache.cxf.common.i18n.Message msg)
RMStoreException
public RMStoreException(Throwable cause)
Apache CXF