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

Packages that use GCUBEException
org.gcube.common.core.contexts   
org.gcube.common.core.faults   
org.gcube.common.core.persistence   
org.gcube.common.core.security   
org.gcube.common.core.security.impl   
 

Uses of GCUBEException in org.gcube.common.core.contexts
 

Methods in org.gcube.common.core.contexts that return GCUBEException
 GCUBEException GCUBEServiceContext.getDefaultException(String msg, Throwable cause)
          Returns the default exception
 GCUBEException GCUBEServiceContext.getDefaultException(Throwable cause)
          Returns the default exception
 

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

Subclasses of GCUBEException in org.gcube.common.core.faults
 class GCUBERetryEquivalentException
          Root of all exceptions with RETRY-EQUIVALENT semantics.
 class GCUBERetrySameException
          Root of all exceptions with RETRY-SAME semantics.
 class GCUBEUnrecoverableException
          Root of all exceptions with UNRECOVERABLE semantics.
 

Methods in org.gcube.common.core.faults that return GCUBEException
protected  GCUBEException GCUBERetryEquivalentFault.getException(String msg, Throwable t)
          Returns an exception corresponding to this fault type.
protected  GCUBEException GCUBERetrySameFault.getException(String msg, Throwable t)
          Returns an exception corresponding to this fault type.
protected  GCUBEException GCUBEUnrecoverableFault.getException(String msg, Throwable t)
          Returns an exception corresponding to this fault type.
protected  GCUBEException GCUBEFault.getException(String msg, Throwable cause)
          Returns an exception corresponding to this fault type.
 GCUBEException GCUBEFault.toException()
          Converts the fault into a corresponding GCUBEException.
 

Uses of GCUBEException in org.gcube.common.core.persistence
 

Subclasses of GCUBEException in org.gcube.common.core.persistence
 class GCUBERIPersistenceManager.StateNotFoundException
          Signals the lack of remote state.
 

Uses of GCUBEException in org.gcube.common.core.security
 

Methods in org.gcube.common.core.security that throw GCUBEException
 void GCUBEServiceAuthenticationController.authenticateCall(Map<String,Object> parameters)
          Authenticates the call
 void GCUBEServiceAuthorizationController.authoriseCall(Map<String,Object> parameters)
          Checks if the call is authorized
 

Uses of GCUBEException in org.gcube.common.core.security.impl
 

Methods in org.gcube.common.core.security.impl that throw GCUBEException
 void GCUBESimpleServiceAuthController.authenticateCall(Map<String,Object> parameters)
           
 void GCUBESimpleServiceSecurityManager.authoriseCall(GCUBECall authzRequest)
           
 void GCUBESimpleServiceAuthController.authoriseCall(Map<String,Object> parameters)
           
 void GCUBEAuthzChainAuthorizationController.authoriseCall(Map<String,Object> authzMap)
           
 



Copyright © 2012. All Rights Reserved.