Package | Description |
---|---|
io.stallion.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
AppException
Generic fatal exception that is the fault of the application creator and will generate a 500 error
|
class |
ClientException
The end user did something wrong and needs to correct their request.
|
class |
DecryptionException
An error when decrypting a string usering utils.Encrypter
|
class |
ExternalException
Fatal exception caused by accessing an external service.
|
class |
JsonMappingException |
class |
NotFoundException
Short circuits the request and returns a 404 error with the given message.
|
class |
RedirectException
Short circuits the request and returns a 302 redirect.
|
Copyright © 2016. All rights reserved.