Uses of Class
org.tentackle.common.TentackleRuntimeException
Packages that use TentackleRuntimeException
Package
Description
Common classes for build- and runtime.
Low-level persistence layer implementation.
Low-level persistence layer remoting.
Extended FX layer.
FX rich desktop client API.
Network- and I/O-support.
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
Everything that doesn't fit elsewhere.
Number sources.
Persistent Domain Object Abstraction Layer.
Security.
All about permissions, rules and grantees.
All about permissions, rules and grantees.
The low-level core of sessions, persistent objects and operations.
Tasks and dispatchers.
-
Uses of TentackleRuntimeException in org.tentackle.common
Methods in org.tentackle.common that return TentackleRuntimeExceptionModifier and TypeMethodDescriptionstatic TentackleRuntimeException
ExceptionHelper.extractTemporaryException
(boolean first, Throwable ex) Extracts the first/lastTentackleRuntimeException
marked as temporary in the throwable chain. -
Uses of TentackleRuntimeException in org.tentackle.dbms
Subclasses of TentackleRuntimeException in org.tentackle.dbmsModifier and TypeClassDescriptionclass
Runtime exception thrown when anIdSource
becomes empty.class
Runtime exception thrown for id source failures.class
Statement trace exception.
Not a real exception. -
Uses of TentackleRuntimeException in org.tentackle.dbms.rmi
Subclasses of TentackleRuntimeException in org.tentackle.dbms.rmiModifier and TypeClassDescriptionclass
RMI servers should throw a RemoteSessionClosedException if the remote session is already closed. -
Uses of TentackleRuntimeException in org.tentackle.fx
Subclasses of TentackleRuntimeException in org.tentackle.fx -
Uses of TentackleRuntimeException in org.tentackle.fx.rdc
Subclasses of TentackleRuntimeException in org.tentackle.fx.rdc -
Uses of TentackleRuntimeException in org.tentackle.io
Subclasses of TentackleRuntimeException in org.tentackle.ioModifier and TypeClassDescriptionclass
Exception thrown if a resource has been reconnected.
When an application catches this exception, it indicates that the resource has been reconnected while the cause holds the exception that triggers the reconnection, i.e. the original resource failure. -
Uses of TentackleRuntimeException in org.tentackle.misc
Subclasses of TentackleRuntimeException in org.tentackle.miscModifier and TypeClassDescriptionclass
Runtime exception thrown when attempted to modify an immutable object. -
Uses of TentackleRuntimeException in org.tentackle.ns
Subclasses of TentackleRuntimeException in org.tentackle.nsModifier and TypeClassDescriptionclass
Number source empty exception.class
Number source exception. -
Uses of TentackleRuntimeException in org.tentackle.pdo
Subclasses of TentackleRuntimeException in org.tentackle.pdoModifier and TypeClassDescriptionclass
Domain logic runtime exception.class
Runtime exception thrown for failed lock operations.class
Exception thrown when an implementation is not invoked in buddy delegate.
Should be used in unused method body to avoid direct invocation without interceptor.class
PDO cache exception.class
PDO runtime exception.
Unspecified exceptions related to PDOs. -
Uses of TentackleRuntimeException in org.tentackle.security
Subclasses of TentackleRuntimeException in org.tentackle.securityModifier and TypeClassDescriptionclass
Runtime exception thrown for security violations. -
Uses of TentackleRuntimeException in org.tentackle.session
Subclasses of TentackleRuntimeException in org.tentackle.sessionModifier and TypeClassDescriptionclass
Exception thrown if the user is already logged in.
Usually for application servers that don't allow a user logged in more than once.class
Runtime exception thrown for database constraint violations.class
RMI servers should throw a LoginFailedException if authentication fails (or any other reason)class
Runtime exception thrown if objects that should exist are not found in the database.class
Runtime exception thrown for not-removables.class
Database runtime exception.class
Runtime exception thrown if the session is already closed.class
Exception thrown if client's and server's versions don't match. -
Uses of TentackleRuntimeException in org.tentackle.task
Subclasses of TentackleRuntimeException in org.tentackle.taskModifier and TypeClassDescriptionclass
Runtime exception for tasks and task dispatching.