| Package | Description |
|---|---|
| org.gcube.common.core.faults | |
| org.gcube.common.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
GCUBERetryEquivalentFault |
class |
GCUBERetrySameFault |
class |
GCUBEUnrecoverableFault |
| Modifier and Type | Method and Description |
|---|---|
static <E extends GCUBEFault> |
FaultUtils.newFault(E fault,
Throwable localCause)
Returns a given fault after serialising into it an original cause.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEFault |
GCUBEUnrecoverableException.getFault()
Returns a stub object of the remote fault class which corresponds to the exception.
|
GCUBEFault |
GCUBERetryEquivalentException.getFault()
Returns a stub object of the remote fault class which corresponds to the exception.
|
abstract GCUBEFault |
GCUBEException.getFault()
Returns a stub object of the remote fault class which corresponds to the exception.
|
GCUBEFault |
GCUBERetrySameException.getFault()
Returns a stub object of the remote fault class which corresponds to the exception.
|
GCUBEFault |
GCUBEException.toFault(String... msg)
Converts the exception into a corresponding remote fault.
|
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
FaultUtils.remoteCause(GCUBEFault fault)
Returns the remote cause of a
Fault as a Throwable |
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEHandler.invoke(org.apache.axis.MessageContext mc)
Handles scope information and times gCube calls.
|
Copyright © 2015. All Rights Reserved.