DataSourceException |
|
IlmException |
This class provides the means to allow serialisation frameworks to (de-)serialise exceptions with
all required information properly.
|
InterruptException |
Renamed to avoid naming conflicts with java.lang.InterruptedException when used
without package.
|
LockException |
|
ParameterException |
This exception is used for problems with request parameters.
|
ParameterMissingException |
This exception is used for a missing request parameter.
|
ParameterTypeException |
This exception is used for request parameters having the wrong type.
|
PlainTextException |
This exception is used for exceptional responses containing content of
text type .
|
WrappingException |
This class is a generic exception that wraps arbitrary exceptions which are not represented as
subclasses of IlmException .
|