Class CacheListenerException

All Implemented Interfaces:
Serializable

public class CacheListenerException extends CacheException
Wraps exceptions produced by listener implementations.
Since:
6.0
Author:
Galder ZamarreƱo
See Also:
  • Constructor Details

    • CacheListenerException

      public CacheListenerException()
    • CacheListenerException

      public CacheListenerException(Throwable cause)
    • CacheListenerException

      public CacheListenerException(String msg)
    • CacheListenerException

      public CacheListenerException(String msg, Throwable cause)