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 TentackleRuntimeExceptionExceptionHelper.extractTemporaryException(boolean first, Throwable ex) Extracts the first/lastTentackleRuntimeExceptionmarked as temporary in the throwable chain. -
Uses of TentackleRuntimeException in org.tentackle.dbms
Subclasses of TentackleRuntimeException in org.tentackle.dbmsModifier and TypeClassDescriptionclassRuntime exception thrown when anIdSourcebecomes empty.classRuntime exception thrown for id source failures.classStatement trace exception.
Not a real exception. -
Uses of TentackleRuntimeException in org.tentackle.dbms.rmi
Subclasses of TentackleRuntimeException in org.tentackle.dbms.rmiModifier and TypeClassDescriptionclassRMI 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 TypeClassDescriptionclassException 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 TypeClassDescriptionclassRuntime exception thrown when attempted to modify an immutable object. -
Uses of TentackleRuntimeException in org.tentackle.ns
Subclasses of TentackleRuntimeException in org.tentackle.nsModifier and TypeClassDescriptionclassNumber source empty exception.classNumber source exception. -
Uses of TentackleRuntimeException in org.tentackle.pdo
Subclasses of TentackleRuntimeException in org.tentackle.pdoModifier and TypeClassDescriptionclassDomain logic runtime exception.classRuntime exception thrown for failed lock operations.classException thrown when an implementation is not invoked in buddy delegate.
Should be used in unused method body to avoid direct invocation without interceptor.classPDO cache exception.classPDO runtime exception.
Unspecified exceptions related to PDOs. -
Uses of TentackleRuntimeException in org.tentackle.security
Subclasses of TentackleRuntimeException in org.tentackle.securityModifier and TypeClassDescriptionclassRuntime exception thrown for security violations. -
Uses of TentackleRuntimeException in org.tentackle.session
Subclasses of TentackleRuntimeException in org.tentackle.sessionModifier and TypeClassDescriptionclassException thrown if the user is already logged in.
Usually for application servers that don't allow a user logged in more than once.classRuntime exception thrown for database constraint violations.classRMI servers should throw a LoginFailedException if authentication fails (or any other reason)classRuntime exception thrown if objects that should exist are not found in the database.classRuntime exception thrown for not-removables.classDatabase runtime exception.classRuntime exception thrown if the session is already closed.classException 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 TypeClassDescriptionclassRuntime exception for tasks and task dispatching.