|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.connection.ConnectionException
net.schmizz.sshj.connection.channel.OpenFailException
public class OpenFailException
| Nested Class Summary | |
|---|---|
static class |
OpenFailException.Reason
|
| Field Summary |
|---|
| Fields inherited from class net.schmizz.sshj.connection.ConnectionException |
|---|
chainer |
| Constructor Summary | |
|---|---|
OpenFailException(String channelType,
int reasonCode,
String message)
|
|
OpenFailException(String channelType,
OpenFailException.Reason reason,
String message)
|
|
| Method Summary | |
|---|---|
String |
getChannelType()
|
String |
getMessage()
|
OpenFailException.Reason |
getReason()
|
String |
toString()
|
| Methods inherited from class net.schmizz.sshj.common.SSHException |
|---|
getDisconnectReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpenFailException(String channelType,
int reasonCode,
String message)
public OpenFailException(String channelType,
OpenFailException.Reason reason,
String message)
| Method Detail |
|---|
public String getChannelType()
public String getMessage()
getMessage in class SSHExceptionpublic OpenFailException.Reason getReason()
public String toString()
toString in class SSHException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||