Class CacheInternalError

  • All Implemented Interfaces:
    Serializable

    public class CacheInternalError
    extends Error
    An internal error condition in the cache was detected that actually never is supposed to happen. If you get this error or subclasses of it, please file a bug report.
    Author:
    Jens Wilke; created: 2014-06-03
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheInternalError

        public CacheInternalError​(String message)
      • CacheInternalError

        public CacheInternalError​(String message,
                                  Throwable cause)