|
Exception Summary |
| AlreadyCheckedOutException |
Class AlreadyCheckedOutException defines a typed exception that is
thrown to indicate that the current user already has an object checked out. |
| CheckedOutByOtherException |
Class CheckedOutByOtherException defines a typed exception that is
thrown to indicate that an object is checked out by a user other than the current
user. |
| CheckInOutException |
Defines a subclass of WTException which is thrown when an exception
occurs during a check-in, check-out or undo checkout operation. |
| NotCheckedOutException |
Class NotCheckedOutException defines a typed exception that is
thrown to indicate that the object a user is trying to check in is not
currently checked out. |
| ReviseException |
This class is an extension of the
WTException class that
is specialized for use with the various Revise dialogs
and Revise Task classes. |