Apache CXF API

org.apache.cxf.ws.rm.persistence
Class RMStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.ws.rm.persistence.RMStoreException
All Implemented Interfaces:
Serializable

public class RMStoreException
extends UncheckedException

RMStoreException is the type of RuntimeException thrown by the RMStore when encountering problems.

See Also:
Serialized Form

Constructor Summary
RMStoreException(Message msg)
           
RMStoreException(Message msg, Throwable t)
           
RMStoreException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

RMStoreException

public RMStoreException(Message msg,
                        Throwable t)

RMStoreException

public RMStoreException(Message msg)

RMStoreException

public RMStoreException(Throwable cause)

Apache CXF API

Apache CXF