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() |
getDisconnectReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OpenFailException(String channelType, OpenFailException.Reason reason, String message)
public String getChannelType()
public String getMessage()
getMessage
in class SSHException
public OpenFailException.Reason getReason()
public String toString()
toString
in class SSHException
Copyright © 2009-2012. All Rights Reserved.