Class InternalCacheEngineException

  • All Implemented Interfaces:
    Serializable

    public class InternalCacheEngineException
    extends CacheException
    Thrown when an error occurs in the underlying cache implementation used.
    Author:
    Sumer Jabri, Alfonso Vásquez
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalCacheEngineException

        public InternalCacheEngineException()
      • InternalCacheEngineException

        public InternalCacheEngineException​(String message,
                                            Throwable cause)
      • InternalCacheEngineException

        public InternalCacheEngineException​(String message)
      • InternalCacheEngineException

        public InternalCacheEngineException​(Throwable cause)