java.io.Serializable
public class CannotConnectException
extends java.lang.Exception
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
reason |
|
java.lang.Throwable |
t |
members are made available so that the top level user can dump
appropriate members on to his stack trace
|
Constructor | Description |
---|---|
CannotConnectException(java.lang.Exception t,
java.lang.String reason) |
|
CannotConnectException(java.lang.Throwable t,
java.lang.String reason) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public java.lang.Throwable t
public java.lang.String reason
public CannotConnectException(java.lang.Exception t, java.lang.String reason)
t
- reason
- implementor-specified runtime reasonpublic CannotConnectException(java.lang.Throwable t, java.lang.String reason)
t
- reason
- implementor-specified runtime reasonCopyright ? 1998-2008 Bela Ban. All Rights Reserved.