|
||||||||||
| 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.transport.TransportException
public class TransportException
Transport-layer exception
| Field Summary | |
|---|---|
static ExceptionChainer<TransportException> |
chainer
|
| Constructor Summary | |
|---|---|
TransportException(DisconnectReason code)
|
|
TransportException(DisconnectReason code,
String message)
|
|
TransportException(DisconnectReason code,
String message,
Throwable cause)
|
|
TransportException(DisconnectReason code,
Throwable cause)
|
|
TransportException(String message)
|
|
TransportException(String message,
Throwable cause)
|
|
TransportException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class net.schmizz.sshj.common.SSHException |
|---|
getDisconnectReason, getMessage, toString |
| 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 |
| Field Detail |
|---|
public static final ExceptionChainer<TransportException> chainer
ExceptionChainer| Constructor Detail |
|---|
public TransportException(DisconnectReason code)
public TransportException(DisconnectReason code,
String message)
public TransportException(DisconnectReason code,
String message,
Throwable cause)
public TransportException(DisconnectReason code,
Throwable cause)
public TransportException(String message)
public TransportException(String message,
Throwable cause)
public TransportException(Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||