Class CacheOperationException

All Implemented Interfaces:
Serializable

public class CacheOperationException extends FormattedRuntimeException
See Also:
  • Constructor Details

    • CacheOperationException

      public CacheOperationException()
    • CacheOperationException

      public CacheOperationException(String message, Object... args)
    • CacheOperationException

      public CacheOperationException(Throwable throwable, String message, Object... args)
    • CacheOperationException

      public CacheOperationException(Throwable throwable)