Class StoreException

All Implemented Interfaces:
Serializable

public class StoreException extends RuntimeException
Exception thrown if there's an issue doing a match in store.
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String msg, Throwable cause)
      Basic Constructor.
      Parameters:
      msg - message to be associated with this exception.
      cause - the throwable that caused this exception to be raised.
  • Method Details