|
||||||||||
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.sftp.SFTPException
public class SFTPException
Field Summary | |
---|---|
static ExceptionChainer<SFTPException> |
chainer
|
Constructor Summary | |
---|---|
SFTPException(DisconnectReason code)
|
|
SFTPException(DisconnectReason code,
String message)
|
|
SFTPException(DisconnectReason code,
String message,
Throwable cause)
|
|
SFTPException(DisconnectReason code,
Throwable cause)
|
|
SFTPException(Response.StatusCode sc,
String msg)
|
|
SFTPException(String message)
|
|
SFTPException(String message,
Throwable cause)
|
|
SFTPException(Throwable cause)
|
Method Summary | |
---|---|
Response.StatusCode |
getStatusCode()
|
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<SFTPException> chainer
Constructor Detail |
---|
public SFTPException(DisconnectReason code)
public SFTPException(DisconnectReason code, String message)
public SFTPException(DisconnectReason code, String message, Throwable cause)
public SFTPException(DisconnectReason code, Throwable cause)
public SFTPException(String message)
public SFTPException(String message, Throwable cause)
public SFTPException(Throwable cause)
public SFTPException(Response.StatusCode sc, String msg)
Method Detail |
---|
public Response.StatusCode getStatusCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |