org.nemesis.forum.exception |
|
Java Source File Name | Type | Comment |
AlreadyExistsException.java | Class | Thrown when a record is attempted to be created that duplicates
previously created unique object information. |
ForumAlreadyExistsException.java | Class | Thrown when a forum is attempted to be created with the same name as an
existing forum. |
ForumException.java | Class | |
ForumMessageNotFoundException.java | Class | Thrown if a nonexistant ForumMessage was attempting to be loaded. |
ForumNotFoundException.java | Class | |
ForumThreadNotFoundException.java | Class | Thrown if a nonexistant ForumThread was attempting to be loaded. |
GroupAlreadyExistsException.java | Class | |
GroupNotFoundException.java | Class | |
NotFoundException.java | Class | Thrown if a nonexistant ForumMessage was attempting to be loaded. |
NotSupportedException.java | Class | author: dlaurent author: 5 f�vr. |
UnauthorizedException.java | Class | Thrown if a User does not have permission to access a particular method. |
UserAlreadyExistsException.java | Class | Thrown when a new user record is attempted to be created that duplicates
previously created unique user information. |
UserNotFoundException.java | Class | Thrown when a user record could not be loaded or does not exist. |