Uses of Class
org.gcube.common.core.faults.GCUBEFault

Packages that use GCUBEFault
org.gcube.common.core.faults   
org.gcube.common.handlers   
 

Uses of GCUBEFault in org.gcube.common.core.faults
 

Subclasses of GCUBEFault in org.gcube.common.core.faults
 class GCUBERetryEquivalentFault
           
 class GCUBERetrySameFault
           
 class GCUBEUnrecoverableFault
           
 

Methods in org.gcube.common.core.faults with type parameters of type GCUBEFault
static
<E extends GCUBEFault>
E
FaultUtils.newFault(E fault, Throwable localCause)
          Returns a given fault after serialising into it an original cause.
 

Methods in org.gcube.common.core.faults that return GCUBEFault
 GCUBEFault GCUBEUnrecoverableException.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 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 GCUBEException.toFault(String... msg)
          Converts the exception into a corresponding remote fault.
 

Methods in org.gcube.common.core.faults with parameters of type GCUBEFault
static Throwable FaultUtils.remoteCause(GCUBEFault fault)
          Returns the remote cause of a Fault as a Throwable
 

Uses of GCUBEFault in org.gcube.common.handlers
 

Methods in org.gcube.common.handlers that throw GCUBEFault
 void GCUBEHandler.invoke(org.apache.axis.MessageContext mc)
          Handles scope information and times gCube calls.
 



Copyright © 2013. All Rights Reserved.