Uses of Interface
net.schmizz.concurrent.ExceptionChainer
-
Packages that use ExceptionChainer Package Description net.schmizz.concurrent net.schmizz.sshj.common net.schmizz.sshj.connection net.schmizz.sshj.sftp net.schmizz.sshj.transport net.schmizz.sshj.userauth -
-
Uses of ExceptionChainer in net.schmizz.concurrent
Fields in net.schmizz.concurrent declared as ExceptionChainer Modifier and Type Field Description private ExceptionChainer<T>Promise. chainerConstructors in net.schmizz.concurrent with parameters of type ExceptionChainer Constructor Description Event(java.lang.String name, ExceptionChainer<T> chainer, java.util.concurrent.locks.ReentrantLock lock, LoggerFactory loggerFactory)Creates this event with givenname, exceptionchainer, and associatedlock.Event(java.lang.String name, ExceptionChainer<T> chainer, LoggerFactory loggerFactory)Creates this event with givennameand exceptionchainer.Promise(java.lang.String name, ExceptionChainer<T> chainer, java.util.concurrent.locks.ReentrantLock lock, LoggerFactory loggerFactory)Creates this promise with givenname, exceptionchainer, and associatedlock.Promise(java.lang.String name, ExceptionChainer<T> chainer, LoggerFactory loggerFactory)Creates this promise with givennameand exceptionchainer. -
Uses of ExceptionChainer in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common declared as ExceptionChainer Modifier and Type Field Description static ExceptionChainer<SSHException>SSHException. chainer -
Uses of ExceptionChainer in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection declared as ExceptionChainer Modifier and Type Field Description static ExceptionChainer<ConnectionException>ConnectionException. chainer -
Uses of ExceptionChainer in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as ExceptionChainer Modifier and Type Field Description static ExceptionChainer<SFTPException>SFTPException. chainer -
Uses of ExceptionChainer in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as ExceptionChainer Modifier and Type Field Description static ExceptionChainer<TransportException>TransportException. chainer -
Uses of ExceptionChainer in net.schmizz.sshj.userauth
Fields in net.schmizz.sshj.userauth declared as ExceptionChainer Modifier and Type Field Description static ExceptionChainer<UserAuthException>UserAuthException. chainer
-