Class DistributedCaffeineException

  • All Implemented Interfaces:
    Serializable

    public final class DistributedCaffeineException
    extends RuntimeException
    Unchecked runtime exception thrown by cache instances. In most cases it is just a wrapper around a checked exception.
    Author:
    Andreas Oberhoff
    See Also:
    Serialized Form
    • Constructor Detail

      • DistributedCaffeineException

        public DistributedCaffeineException​(String message)
        Constructs a new DistributedCaffeineException with the specified detail message
        Parameters:
        message - the detail message
      • DistributedCaffeineException

        public DistributedCaffeineException​(Throwable cause)
        Constructs a new DistributedCaffeineException with the specified cause.
        Parameters:
        cause - the cause
      • DistributedCaffeineException

        public DistributedCaffeineException​(String message,
                                            Throwable cause)
        Constructs a new DistributedCaffeineException with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause