Class StoreException

All Implemented Interfaces:
Serializable

public class StoreException extends RuntimeException
Store exception.
See Also:
  • Field Details

  • Constructor Details

    • StoreException

      public StoreException(String message)
      Creates a new store exception.
      Parameters:
      message - The message. May be null.
    • StoreException

      public StoreException(String message, Throwable cause)
      Creates a new store exception.
      Parameters:
      message - The message. May be null.
      cause - The exception cause, null if not specified.