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:
- java.io.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 |
| 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 |
RMStoreException
public RMStoreException(org.apache.cxf.common.i18n.Message msg,
java.lang.Throwable t)
RMStoreException
public RMStoreException(org.apache.cxf.common.i18n.Message msg)
RMStoreException
public RMStoreException(java.lang.Throwable cause)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.