Class CannotRemoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.persistence.CannotRemoveException
All Implemented Interfaces:
Serializable

public class CannotRemoveException extends Exception
Author:
Mandar Shinde This exception inherits the Exception class and is used in cases where the Persistence Storage cannot remove a pair from its storage mechanism (leading to permannt errors)
See Also:
  • Field Details

    • t

      public Throwable t
      members are made available so that the top level user can dump appropriate members on to his stack trace
    • reason

      public String reason
  • Constructor Details

    • CannotRemoveException

      public CannotRemoveException(Throwable t, String reason)
      Parameters:
      t -
      reason - implementor-specified runtime reason
  • Method Details