public class CannotConnectException extends Exception
Modifier and Type | Field and Description |
---|---|
String |
reason |
Throwable |
t
members are made available so that the top level user can dump
appropriate members on to his stack trace
|
Constructor and Description |
---|
CannotConnectException(Exception t,
String reason) |
CannotConnectException(Throwable t,
String reason) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public Throwable t
public String reason
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.