Uses of Class
org.tentackle.common.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
Modifier 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
Modifier and TypeClassDescriptionclass
Runtime exception thrown when anIdSource
becomes empty.class
Runtime exception thrown for id source failures. -
Uses of TentackleRuntimeException in org.tentackle.dbms.rmi
Modifier and TypeClassDescriptionclass
RMI servers should throw a RemoteSessionClosedException if the remote session is already closed. -
Uses of TentackleRuntimeException in org.tentackle.fx
-
Uses of TentackleRuntimeException in org.tentackle.fx.rdc
-
Uses of TentackleRuntimeException in org.tentackle.io
Modifier 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
Modifier and TypeClassDescriptionclass
Runtime exception thrown when attempted to modify an immutable object. -
Uses of TentackleRuntimeException in org.tentackle.ns
Modifier and TypeClassDescriptionclass
Number source empty exception.class
Number source exception. -
Uses of TentackleRuntimeException in org.tentackle.pdo
Modifier 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
Modifier and TypeClassDescriptionclass
Runtime exception thrown for security violations. -
Uses of TentackleRuntimeException in org.tentackle.session
Modifier 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
Modifier and TypeClassDescriptionclass
Runtime exception for tasks and task dispatching.