public static final class TerremarkVCloudFallbacks.VoidOnDeleteDefaultIp extends Object implements Fallback<Void>
| Modifier and Type | Field and Description | 
|---|---|
static Pattern | 
MESSAGE_PATTERN  | 
| Constructor and Description | 
|---|
TerremarkVCloudFallbacks.VoidOnDeleteDefaultIp()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> | 
create(Throwable t)  | 
Void | 
createOrPropagate(Throwable t)
The exception is provided so that the  
Fallback implementation can
 conditionally determine whether to propagate the exception or to attempt
 to recover. | 
public static final Pattern MESSAGE_PATTERN
public TerremarkVCloudFallbacks.VoidOnDeleteDefaultIp()
public com.google.common.util.concurrent.ListenableFuture<Void> create(Throwable t) throws Exception
public Void createOrPropagate(Throwable t) throws Exception
FallbackFallback implementation can
 conditionally determine whether to propagate the exception or to attempt
 to recover.createOrPropagate in interface Fallback<Void>t - the exception that made the call fail.ExceptionCopyright © 2009-2013 jclouds. All Rights Reserved.