class |
ConcurrencyException |
This exception is thrown when an attempt is made to update an object that has already been
updated by another user.
|
class |
DomainNotFoundException |
This exception is thrown when the specified domain is not found in the configuration.
|
class |
InvalidArgumentException |
This exception is thrown when a method is called with an invalid argument.
|
class |
MismatchedRoleException |
This exception is thrown when the current user is not in a certain role
it is supposed to be.
|
class |
NotAuthorizedException |
This exception is thrown when a user is not authorized.
|
class |
NotFoundException |
This exception is thrown when a specific object is not in the database.
|
class |
WrongCustomHolidayFormatException |
This exception is thrown when an entry for the CustomHoliday has a wrong format.
|