Exception | Description |
---|---|
BadRequestPublixException |
It causes the request to return with an HTTP status 400 (Bad Request).
|
ForbiddenNonLinearFlowException |
Thrown if a JATOS tries to start a component in a linear study that is before the current running component
|
ForbiddenPublixException |
It causes the request to return with an HTTP status 403 (Forbidden).
|
ForbiddenReloadException |
Thrown if a JATOS component is not allowed to reload but it this was
attempted.
|
InternalServerErrorPublixException |
This exception should only be thrown if something within JATOS doesn't behave
like it should (there is a bug in JATOS).
|
NotFoundPublixException |
It causes the request to return with an HTTP status 404 (Not Found).
|
PublixException |
Causes a request to return with a HTTP return type that is defined in the
child classes of this abstract class.
|