Uses of Class
org.symphonyoss.s2.canon.runtime.exception.CanonException
-
Packages that use CanonException Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.exception org.symphonyoss.s2.canon.runtime.http -
-
Uses of CanonException in org.symphonyoss.s2.canon.runtime
Methods in org.symphonyoss.s2.canon.runtime that throw CanonException Modifier and Type Method Description voidIEmptyRequestManager. handle()voidIPayloadOnlyRequestManager. handle(P payload)voidIPayloadResponseRequestManager. handle(P payload, org.symphonyoss.s2.fugue.pipeline.IConsumer<R> consumer)voidIResponseOnlyRequestManager. handle(org.symphonyoss.s2.fugue.pipeline.IConsumer<R> consumer)protected abstract voidPathHandler. handle(T canonAuth, RequestContext context, List<String> variables)protected abstract voidAbstractRequestManager. handleRequest(String request)protected voidEmptyRequestManager. handleRequest(String request)protected voidPayloadOnlyRequestManager. handleRequest(String request)protected voidPayloadResponseRequestManager. handleRequest(String request)protected voidResponseOnlyRequestManager. handleRequest(String request) -
Uses of CanonException in org.symphonyoss.s2.canon.runtime.exception
Subclasses of CanonException in org.symphonyoss.s2.canon.runtime.exception Modifier and Type Class Description classBadRequestExceptionAn Exception which may be thrown by Canon implementing methods to indicate that something went wrong.classNoSuchRecordExceptionAn Exception which may be thrown by Canon implementing methods to indicate that a requested object does not exist.classNotAuthenticatedExceptionAn Exception which may be thrown by Canon implementing methods to indicate that the request has no authentication information.classNotFoundExceptionAn Exception which may be thrown by Canon implementing methods to indicate that the request is understood but the caller lacks the necessary entitlements to perform that action.classNotImplementedExceptionAn Exception which may be thrown by Canon implementing methods to indicate that the business logic for the method has not yet been implemented.classPermissionDeniedExceptionAn Exception which may be thrown by Canon implementing methods to indicate that the request is understood but the caller lacks the necessary entitlements to perform that action.classServerErrorExceptionAn Exception which may be thrown by Canon implementing methods to indicate that something went wrong. -
Uses of CanonException in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http that throw CanonException Modifier and Type Method Description TIRequestAuthenticator. authenticate(RequestContext context)
-