public class OpenFailException extends ConnectionException
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenFailException.Reason |
chainer| Constructor and Description |
|---|
OpenFailException(String channelType,
int reasonCode,
String message) |
OpenFailException(String channelType,
OpenFailException.Reason reason,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelType() |
String |
getMessage() |
OpenFailException.Reason |
getReason() |
String |
toString() |
getDisconnectReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OpenFailException(String channelType, OpenFailException.Reason reason, String message)
public String getChannelType()
public String getMessage()
getMessage in class SSHExceptionpublic OpenFailException.Reason getReason()
public String toString()
toString in class SSHExceptionCopyright © 2009–2014. All rights reserved.