Uses of Class
com.rabbitmq.utility.ValueOrException
Package
Description
Utility package of helper classes, mostly used in the implementation code.
-
Uses of ValueOrException in com.rabbitmq.utility
Modifier and TypeMethodDescriptionstatic <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeException
(E exception) Factory method for exceptionsstatic <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeValue
(V value) Factory method for values