Uses of Class
org.gcube.common.clients.exceptions.ServiceException
-
Packages that use ServiceException Package Description org.gcube.common.clients.exceptions -
-
Uses of ServiceException in org.gcube.common.clients.exceptions
Subclasses of ServiceException in org.gcube.common.clients.exceptions Modifier and Type Class Description classDiscoveryExceptionRaised when services endpoints cannot be discovered.classIllegalScopeExceptionAServiceExceptionraised when attempt to contact service endpoints outside the scope.classInvalidRequestExceptionAServiceExceptionraised when client requests are invalid for services.classNoSuchEndpointExceptionAServiceExceptionraised when services endpoints are not reachable.classUnsupportedOperationExceptionRaised with requests to service operations that are not supported.classUnsupportedRequestExceptionRaised with requests to services which are not supported by the target plugin.Methods in org.gcube.common.clients.exceptions that return ServiceException Modifier and Type Method Description <T1 extends Throwable>
ServiceExceptionFaultDSL.AsClause. as(Class<T1> clazz1)Rethrows the fault with a narrower type, or wraps it inServiceExceptionif its type cannot be narrowed.<T1 extends Throwable,T2 extends Throwable>
ServiceExceptionFaultDSL.AsClause. as(Class<T1> clazz1, Class<T2> clazz2)Rethrows the fault with a narrower type, or wraps it inServiceExceptionif its type cannot be narrowed.<T1 extends Throwable,T2 extends Throwable,T3 extends Throwable>
ServiceExceptionFaultDSL.AsClause. as(Class<T1> clazz1, Class<T2> clazz2, Class<T3> clazz3)Rethrows the fault with a narrower type, or wraps it inServiceExceptionif its type cannot be narrowed.<T1 extends Throwable,T2 extends Throwable,T3 extends Throwable,T4 extends Throwable>
ServiceExceptionFaultDSL.AsClause. as(Class<T1> clazz1, Class<T2> clazz2, Class<T3> clazz3, Class<T4> clazz4)Rethrows the fault with a narrower type, or wraps it inServiceExceptionif its type cannot be narrowed.ServiceExceptionFaultDSL.AsClause. asServiceException()Throws aServiceExceptioncaused by a given fault
-