Uses of Class
org.sklsft.commons.api.exception.ApplicationException
Packages that use ApplicationException
Package
Description
-
Uses of ApplicationException in org.sklsft.commons.api.exception
Subclasses of ApplicationException in org.sklsft.commons.api.exceptionModifier and TypeClassDescriptionclassException thrown when no cause can be invoked else a technical cause or a bug -
Uses of ApplicationException in org.sklsft.commons.api.exception.repository
Subclasses of ApplicationException in org.sklsft.commons.api.exception.repositoryModifier and TypeClassDescriptionclassException thrown when a dao does not find a requested object
Similar to hibernate ObjectNotFoundException -
Uses of ApplicationException in org.sklsft.commons.api.exception.rights
Subclasses of ApplicationException in org.sklsft.commons.api.exception.rightsModifier and TypeClassDescriptionclassException thrown by rights manager if a user is rejected when accessing a resource -
Uses of ApplicationException in org.sklsft.commons.api.exception.state
Subclasses of ApplicationException in org.sklsft.commons.api.exception.stateModifier and TypeClassDescriptionclassException thrown by state manager if an operation on an object is impossible due to its state -
Uses of ApplicationException in org.sklsft.commons.api.exception.validation
Subclasses of ApplicationException in org.sklsft.commons.api.exception.validationModifier and TypeClassDescriptionclassException thrown when arguments are not valid.