Class 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:
  • Constructor Details

    • RMStoreException

      public RMStoreException(Message msg, Throwable t)
    • RMStoreException

      public RMStoreException(Message msg)
    • RMStoreException

      public RMStoreException(Throwable cause)