org.jgroups.persistence
public class CannotConnectException extends Exception
| Field Summary | |
|---|---|
| String | reason |
| Throwable | t
members are made available so that the top level user can dump
appropriate members on to his stack trace |
| Constructor Summary | |
|---|---|
| CannotConnectException(Exception t, String reason) | |
| CannotConnectException(Throwable t, String reason) | |
| Method Summary | |
|---|---|
| String | toString() |
Parameters: t reason implementor-specified runtime reason
Parameters: t reason implementor-specified runtime reason
Returns: String;