AlreadyLoggedInException(Session session,
SessionInfo loginInfo) |
Creates an AlreadyLoggedInException.
|
ConstraintException(Session session) |
Constructs a new database constraint violation exception for a given session
with null as its detail message.
|
ConstraintException(Session session,
java.lang.String message) |
Constructs a new database constraint violation exception for a given session with the specified detail message.
|
ConstraintException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new database constraint violation exception for a given session with the specified detail message and
cause.
|
ConstraintException(Session session,
java.lang.Throwable cause) |
Constructs a new database constraint violation exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
DefaultSessionTaskDispatcher(java.lang.String name,
Session session,
boolean useMutexLocking,
long keepAliveMillis,
long deadInterval) |
Creates an execution thread for a given session.
The session must not be used by any other thread!
|
LoginFailedException(Session session) |
Constructs a new login failed exception for a given session
with null as its detail message.
|
LoginFailedException(Session session,
java.lang.String message) |
Constructs a new login failed exception for a given session with the specified detail message.
|
LoginFailedException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new login failed exception for a given session with the specified detail message and
cause.
|
LoginFailedException(Session session,
java.lang.Throwable cause) |
Constructs a new login failed exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
ModificationEvent(Session session,
long serial) |
Creates a modification master event.
|
ModificationEvent(Session session,
java.util.Collection<ModificationEventDetail> details) |
Creates a modification event.
|
NotFoundException(Session session) |
Constructs a new database object not found exception for a given session
with null as its detail message.
|
NotFoundException(Session session,
java.lang.String message) |
Constructs a new database object not found exception for a given session with the specified detail message.
|
NotFoundException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new database object not found exception for a given session with the specified detail message and
cause.
|
NotFoundException(Session session,
java.lang.Throwable cause) |
Constructs a new database object not found exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
NotRemovableException(Session session) |
Constructs a new not-removable exception for a given session
with null as its detail message.
|
NotRemovableException(Session session,
java.lang.String message) |
Constructs a new not-removable exception for a given session with the specified detail message.
|
NotRemovableException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new not-removable exception for a given session with the specified detail message and
cause.
|
NotRemovableException(Session session,
java.lang.Throwable cause) |
Constructs a new not-removable exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
PersistenceException(Session session) |
Constructs a new database runtime exception for a given db connection
with null as its detail message.
|
PersistenceException(Session session,
java.lang.String message) |
Constructs a new database runtime exception for a given db connection with the specified detail message.
|
PersistenceException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new database runtime exception for a given db connection with the specified detail message and
cause.
|
PersistenceException(Session session,
java.lang.Throwable cause) |
Constructs a new database runtime exception for a given db connection with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
SessionClosedException(Session session) |
Constructs a new database session closed exception for a given session
with null as its detail message.
|
SessionClosedException(Session session,
java.lang.String message) |
Constructs a new database session closed exception for a given session with the specified detail message.
|
SessionClosedException(Session session,
java.lang.String message,
java.lang.Throwable cause) |
Constructs a new database session closed exception for a given session with the specified detail message and
cause.
|
SessionClosedException(Session session,
java.lang.Throwable cause) |
Constructs a new database session closed exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
SessionKeepAliveTask(SessionKeepAliveDaemon daemon,
Session session,
long interval,
long timeOut) |
Creates a keep alive task.
|