Class CannotConnectException

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

public class CannotConnectException extends Exception
Author:
Mandar Shinde This exception inherits the Exception class and is used in cases where the Persistence Storage cannot be connected to for any purpose.
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

    • CannotConnectException

      public CannotConnectException(Exception t, String reason)
      Parameters:
      t -
      reason - implementor-specified runtime reason
    • CannotConnectException

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