org.jgroups.persistence
Class CannotConnectException
Exception
org.jgroups.persistence.CannotConnectException
public class CannotConnectException
extends Exception
- Mandar Shinde
This exception inherits the Exception class and is used in
cases where the Persistence Storage cannot be connected to
for any purpose.
String | reason
|
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
t
public Throwable t
members are made available so that the top level user can dump
appropriate members on to his stack trace
CannotConnectException
public CannotConnectException(Exception t,
String reason)
CannotConnectException
public CannotConnectException(Throwable t,
String reason)
toString
public String toString()
- String;
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.