Uses of Interface
com.hierynomus.protocol.commons.concurrent.ExceptionWrapper
Packages that use ExceptionWrapper
Package
Description
-
Uses of ExceptionWrapper in com.hierynomus.protocol.commons.concurrent
Fields in com.hierynomus.protocol.commons.concurrent declared as ExceptionWrapperMethods in com.hierynomus.protocol.commons.concurrent with parameters of type ExceptionWrapperModifier and TypeMethodDescriptionstatic <T, E extends Throwable>
TFutures.get(Future<T> future, long timeout, TimeUnit unit, ExceptionWrapper<E> wrapper) static <T, E extends Throwable>
TFutures.get(Future<T> future, ExceptionWrapper<E> wrapper) Constructors in com.hierynomus.protocol.commons.concurrent with parameters of type ExceptionWrapperModifierConstructorDescriptionPromise(String name, ExceptionWrapper<T> wrapper) Creates this promise with givennameand exceptionwrapper.Promise(String name, ExceptionWrapper<T> wrapper, ReentrantLock lock) Creates this promise with givenname, exceptionwrapper, and associatedlock. -
Uses of ExceptionWrapper in com.hierynomus.protocol.transport
Fields in com.hierynomus.protocol.transport declared as ExceptionWrapperModifier and TypeFieldDescriptionstatic final ExceptionWrapper<TransportException> TransportException.Wrapper -
Uses of ExceptionWrapper in com.hierynomus.smbj.common
Fields in com.hierynomus.smbj.common declared as ExceptionWrapperModifier and TypeFieldDescriptionstatic final ExceptionWrapper<SMBException> SMBException.Wrapperstatic final ExceptionWrapper<SMBRuntimeException> SMBRuntimeException.Wrapper