class |
AlreadyLoggedInException |
Exception thrown if the user is already logged in.
Usually for appservers that don't allow a user logged in more than once.
|
class |
ConstraintException |
Runtime exception thrown for database constraint violations.
|
class |
LoginFailedException |
RMI servers should throw a LoginFailedException if authentication fails (or
any other reason)
|
class |
NotFoundException |
Runtime exception thrown if objects that should exist are not found in the database.
|
class |
NotRemovableException |
Runtime exception thrown for not-removables.
|
class |
SessionClosedException |
Runtime exception thrown if the session is already closed.
|
class |
VersionInfoIncompatibleException |
Exception thrown if client's and server's versions don't match.
|