Class StoreException

All Implemented Interfaces:
Serializable

public class StoreException extends DrillException
See Also:
  • Constructor Details

    • StoreException

      public StoreException()
    • StoreException

      public StoreException(Throwable cause)
    • StoreException

      public StoreException(String message)
    • StoreException

      public StoreException(String message, Throwable cause)
    • StoreException

      public StoreException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)