Uses of Interface
com.hierynomus.protocol.commons.concurrent.ExceptionWrapper
-
Packages that use ExceptionWrapper Package Description com.hierynomus.protocol.commons.concurrent com.hierynomus.protocol.transport com.hierynomus.smbj.common -
-
Uses of ExceptionWrapper in com.hierynomus.protocol.commons.concurrent
Fields in com.hierynomus.protocol.commons.concurrent declared as ExceptionWrapper Modifier and Type Field Description private ExceptionWrapper<T>
Promise. wrapper
Methods in com.hierynomus.protocol.commons.concurrent with parameters of type ExceptionWrapper Modifier and Type Method Description static <T,E extends java.lang.Throwable>
TFutures. get(java.util.concurrent.Future<T> future, long timeout, java.util.concurrent.TimeUnit unit, ExceptionWrapper<E> wrapper)
static <T,E extends java.lang.Throwable>
TFutures. get(java.util.concurrent.Future<T> future, ExceptionWrapper<E> wrapper)
Constructors in com.hierynomus.protocol.commons.concurrent with parameters of type ExceptionWrapper Constructor Description Promise(java.lang.String name, ExceptionWrapper<T> wrapper)
Creates this promise with givenname
and exceptionwrapper
.Promise(java.lang.String name, ExceptionWrapper<T> wrapper, java.util.concurrent.locks.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 ExceptionWrapper Modifier and Type Field Description static ExceptionWrapper<TransportException>
TransportException. Wrapper
-
Uses of ExceptionWrapper in com.hierynomus.smbj.common
Fields in com.hierynomus.smbj.common declared as ExceptionWrapper Modifier and Type Field Description static ExceptionWrapper<SMBException>
SMBException. Wrapper
static ExceptionWrapper<SMBRuntimeException>
SMBRuntimeException. Wrapper
-