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)
t
- reason
- implementor-specified runtime reason
CannotConnectException
public CannotConnectException(Throwable t,
String reason)
t
- reason
- implementor-specified runtime reason
toString
public String toString()
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.