Uses of Class
net.schmizz.sshj.sftp.SFTPException

Packages that use SFTPException
net.schmizz.sshj.sftp   
 

Uses of SFTPException in net.schmizz.sshj.sftp
 

Fields in net.schmizz.sshj.sftp with type parameters of type SFTPException
static ExceptionChainer<SFTPException> SFTPException.chainer
           
 

Methods in net.schmizz.sshj.sftp that return types with arguments of type SFTPException
 Promise<Response,SFTPException> Request.getResponsePromise()
           
 

Methods in net.schmizz.sshj.sftp that throw SFTPException
 Response Response.ensurePacketTypeIs(PacketType pt)
           
 Response Response.ensureStatusIs(Response.StatusCode acceptable)
           
 Response Response.ensureStatusPacketIsOK()
           
protected  String Response.error(Response.StatusCode sc)
           
 void PacketReader.handle()
           
 FileAttributes SFTPPacket.readFileAttributes()
           
 Response.StatusCode Response.readStatusCode()
           
 PacketType SFTPPacket.readType()
           
 

Constructors in net.schmizz.sshj.sftp that throw SFTPException
Response(Buffer<Response> pk, int protocolVersion)
           
 



Copyright © 2009-2012. All Rights Reserved.