Package org.ehcache

Class CachePersistenceException

    • Constructor Detail

      • CachePersistenceException

        public CachePersistenceException​(String message)
        Creates a CachePersistenceException with the provided message.
        Parameters:
        message - information about the exception
      • CachePersistenceException

        public CachePersistenceException​(String message,
                                         Throwable cause)
        Creates a CachePersistenceException with the provided message and cause.
        Parameters:
        message - information about the exception
        cause - the cause of this exception