Uses of Interface
net.schmizz.concurrent.ExceptionChainer
Packages that use ExceptionChainer
Package
Description
-
Uses of ExceptionChainer in net.schmizz.concurrent
Fields in net.schmizz.concurrent declared as ExceptionChainerConstructors in net.schmizz.concurrent with parameters of type ExceptionChainerModifierConstructorDescriptionEvent(String name, ExceptionChainer<T> chainer, ReentrantLock lock, LoggerFactory loggerFactory) Creates this event with givenname, exceptionchainer, and associatedlock.Event(String name, ExceptionChainer<T> chainer, LoggerFactory loggerFactory) Creates this event with givennameand exceptionchainer.Promise(String name, ExceptionChainer<T> chainer, ReentrantLock lock, LoggerFactory loggerFactory) Creates this promise with givenname, exceptionchainer, and associatedlock.Promise(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 ExceptionChainerModifier and TypeFieldDescriptionstatic final ExceptionChainer<SSHException> SSHException.chainer -
Uses of ExceptionChainer in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection declared as ExceptionChainerModifier and TypeFieldDescriptionstatic final ExceptionChainer<ConnectionException> ConnectionException.chainer -
Uses of ExceptionChainer in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as ExceptionChainerModifier and TypeFieldDescriptionstatic final ExceptionChainer<SFTPException> SFTPException.chainer -
Uses of ExceptionChainer in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as ExceptionChainerModifier and TypeFieldDescriptionstatic final ExceptionChainer<TransportException> TransportException.chainer -
Uses of ExceptionChainer in net.schmizz.sshj.userauth
Fields in net.schmizz.sshj.userauth declared as ExceptionChainerModifier and TypeFieldDescriptionstatic final ExceptionChainer<UserAuthException> UserAuthException.chainer