Class StoreAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ehcache.spi.resilience.StoreAccessException
All Implemented Interfaces:
Serializable

public class StoreAccessException extends Exception
Generic exception used when an internal operation fails on a Cache.
See Also:
  • Constructor Details

    • StoreAccessException

      public StoreAccessException(Throwable cause)
      Creates a new exception wrapping the cause passed in.
      Parameters:
      cause - the cause of this exception
    • StoreAccessException

      public StoreAccessException(String message, Throwable cause)
      Creates a new exception wrapping the cause passed in and with the provided message.
      Parameters:
      message - information about the exception
      cause - the cause of this exception
    • StoreAccessException

      public StoreAccessException(String message)
      Creates a new exception with the provided message.
      Parameters:
      message - information about the exception