org.sakaiproject.exception |
Untitled Document
This package provides common exceptions for the Sakai Service APIs.
|
Java Source File Name | Type | Comment |
CopyrightException.java | Class |
CopyrightException is thrown when a resource is accessed that requires a copyright agreement from the end user. |
EmptyException.java | Class |
EmptyException indicates that an access operation was attempted on an empty resource. |
IdInvalidException.java | Class |
IdInvalidException is thrown whenever a resource id is not made up of a valid set of characters. |
IdLengthException.java | Class |
IdLengthException is thrown whenever a resource id is too long to be used as a resource id. |
IdUniquenessException.java | Class |
IdUniquenessException is thrown whenever a method that is attempting to find a unique resource id as a variation on a requested resource id cannot find a unique id before a specified limit is reached. |
IdUnusedException.java | Class |
IdUnusedException is thrown whenever no resource is associated with an id. |
IdUsedException.java | Class |
IdUsedException is thrown whenever a resource id is already in use. |
ImportException.java | Class |
ImportException is thrown whenever there is in error while importing schedule items. |
InconsistentException.java | Class |
InconsistentException is thrown whenever an operation fails due to inconsistency or potential inconsistency. |
InUseException.java | Class |
InUseException is thrown whenever the resource is locked for other use. |
OverQuotaException.java | Class |
OverQuotaException is thrown whenever an attempt is made to change or add a Resource which fails because a quota would be violated by this attempt. |
PermissionException.java | Class |
PermissionException indicates an invalid unlock attempt by a user for a lock and a resource. |
ServerOverloadException.java | Class |
ServerOverloadException is thrown whenever a request cannot be completed at this time due to some critical resource of the server being in too short supply. |
TypeException.java | Class |
TypeException is thrown whenever type mismatch occurs. |
UnsupportedFileTypeException.java | Class | |
VersionException.java | Class |
VersionException is thrown whenever the resource update finds that the resource is not the current version. |