Uses of Class
org.pac4j.core.exception.TechnicalException
Packages that use TechnicalException
-
Uses of TechnicalException in org.pac4j.core.exception
Subclasses of TechnicalException in org.pac4j.core.exceptionModifier and TypeClassDescriptionclassException when an account is not found.classException for bad credentials.classThis class represents a communication exception.classThis class represents an expected exception occurring during credentials retrieval.classThis class represents an exception which can happen during HTTP communication (with status code and message body).classException when multiple accounts are found. -
Uses of TechnicalException in org.pac4j.core.exception.http
Subclasses of TechnicalException in org.pac4j.core.exception.httpModifier and TypeClassDescriptionclassA bad request action.classA forbidden HTTP action.classA "Found" HTTP action.classThe HTTP action, to perform on the web context by the appropriateHttpActionAdapter.classA no content HTTP action.classAn OK HTTP action.classA "redirection" HTTP action.classA "See Other" HTTP action.classAn HTTP action with just a specific status and maybe a content.classAn unauthorized HTTP action.