Uses of Class
net.schmizz.sshj.sftp.SFTPException
Packages that use SFTPException
-
Uses of SFTPException in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp with type parameters of type SFTPExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer<SFTPException> SFTPException.chainerMethods in net.schmizz.sshj.sftp that return types with arguments of type SFTPExceptionModifier and TypeMethodDescriptionprotected Promise<Response, SFTPException> RemoteFile.asyncRead(long fileOffset, int len) protected Promise<Response, SFTPException> RemoteFile.asyncWrite(long fileOffset, byte[] data, int off, int len) PacketReader.expectResponseTo(long requestId) Methods in net.schmizz.sshj.sftp that throw SFTPExceptionModifier and TypeMethodDescriptionprotected intRemoteFile.checkReadResponse(Response res, byte[] to, int offset) Response.ensurePacketTypeIs(PacketType pt) Response.ensureStatusIs(Response.StatusCode acceptable) Response.ensureStatusPacketIsOK()protected StringResponse.error(Response.StatusCode sc) voidPacketReader.handle()SFTPPacket.readFileAttributes()Response.readStatusCode()SFTPPacket.readType()Constructors in net.schmizz.sshj.sftp that throw SFTPException