Package org.jclouds.rest.suppliers
Class SetAndThrowAuthorizationExceptionSupplier<T>
java.lang.Object
org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier<T>
- All Implemented Interfaces:
com.google.common.base.Supplier<T>
,Supplier<T>
public class SetAndThrowAuthorizationExceptionSupplier<T>
extends Object
implements com.google.common.base.Supplier<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSetAndThrowAuthorizationExceptionSupplier
(com.google.common.base.Supplier<T> delegate, AtomicReference<AuthorizationException> authException) -
Method Summary
-
Constructor Details
-
SetAndThrowAuthorizationExceptionSupplier
public SetAndThrowAuthorizationExceptionSupplier(com.google.common.base.Supplier<T> delegate, AtomicReference<AuthorizationException> authException)
-
-
Method Details