Uses of Class
com.sas.lsaf.core.AbstractRuntimeException
Packages that use AbstractRuntimeException
Package
Description
Classes needed to create a session and access available services.
Classes and interfaces to retrieve study information.
Classes and interfaces to manage content in the repository.
Classes and interfaces to manage content in the current user's workspace.
Contains common classes and interfaces for core services in the system.
Services and classes to describe the object type definitions within the system.
The classes and interfaces to query and manage execution sessions.
Contains common classes and interfaces to query information.
Service and class definitions to create and manipulate ACLs.
Service and classes for creating and manipulating groups in the system.
Service and class definitions for manipulating the membership of a context.
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of AbstractRuntimeException in com.sas.lsaf.client
Subclasses of AbstractRuntimeException in com.sas.lsaf.clientModifier and TypeClassDescriptionclassThrown when a configuration error is detected.classThrown when there was communication error between the client and server.classThrown when there was an HTTP or communications error between the client and server.classThrown when there was communication error between the client and server because the host specified in the URL cannot be reached.classThrown when logoff attempt fails for any reason.classThrown when logon attempt fails due to configuration or credential errors. -
Uses of AbstractRuntimeException in com.sas.lsaf.clinical.study
Subclasses of AbstractRuntimeException in com.sas.lsaf.clinical.studyModifier and TypeClassDescriptionclassThrown when an action cannot be completed because a study standard is referenced. -
Uses of AbstractRuntimeException in com.sas.lsaf.content.repository
Subclasses of AbstractRuntimeException in com.sas.lsaf.content.repositoryModifier and TypeClassDescriptionclassThrown when the item to copy has been marked asRepositoryItem.Syncable.DENYorRepositoryItem.Syncable.DENY_ALL.classThrown when an action cannot be completed because the context type is disabled.classThrown when an action is taken that is not allowed on checked out files.classThrown when an action cannot be completed because the item is in an invalid state.classThrown when an action cannot be completed because the item is locked.classThe root of the hierarchy of all runtime repository item exceptions.classThe root of the hierarchy of all runtime repository exceptions. -
Uses of AbstractRuntimeException in com.sas.lsaf.content.workspace
Subclasses of AbstractRuntimeException in com.sas.lsaf.content.workspaceModifier and TypeClassDescriptionclassThrown when the shared workspace is not found.classThrown when the workspace path is not found. -
Uses of AbstractRuntimeException in com.sas.lsaf.core
Subclasses of AbstractRuntimeException in com.sas.lsaf.coreModifier and TypeClassDescriptionclassThrown when the user does not have appropriate permissions for the action they attempted.classThrown when there is a problem storing or retrieving data from the database.classAn exception indicating a path value provided was not well-formed.classThrown when an update to data is prevented due to the data on the server being more up to date then the data being updated.classThrown when an update to data is prevented due to the inability of retrieving a write lock on the data being updated.classA generic runtime error thrown when a more specific exception does not exist.classThrown if a value doesn't meet the validation criteria. -
Uses of AbstractRuntimeException in com.sas.lsaf.core.type
Subclasses of AbstractRuntimeException in com.sas.lsaf.core.typeModifier and TypeClassDescriptionclassThrown when an object instance to create is in a location that does not support the type as a child.classThrown when an object instance is used by a service that requires a specific capability that is not configured for the type.classThrown when the object type is not valid for the specified operation. -
Uses of AbstractRuntimeException in com.sas.lsaf.execution.session
Subclasses of AbstractRuntimeException in com.sas.lsaf.execution.session -
Uses of AbstractRuntimeException in com.sas.lsaf.query
Subclasses of AbstractRuntimeException in com.sas.lsaf.queryModifier and TypeClassDescriptionclassThrown if query results exceeds the row limit. -
Uses of AbstractRuntimeException in com.sas.lsaf.security.acl
Subclasses of AbstractRuntimeException in com.sas.lsaf.security.aclModifier and TypeClassDescriptionclassRoot of the hierarchy of all runtime acl exceptions within the application.classThrown if an action could not be completed because there was an issue with the acl. -
Uses of AbstractRuntimeException in com.sas.lsaf.security.group
Subclasses of AbstractRuntimeException in com.sas.lsaf.security.groupModifier and TypeClassDescriptionclassThrown when the group context is not found. -
Uses of AbstractRuntimeException in com.sas.lsaf.security.membership
Subclasses of AbstractRuntimeException in com.sas.lsaf.security.membershipModifier and TypeClassDescriptionclassThrown when a membership context cannot be looked up by the identifier or the path. -
Uses of AbstractRuntimeException in com.sas.lsaf.security.role
Subclasses of AbstractRuntimeException in com.sas.lsaf.security.roleModifier and TypeClassDescriptionclassThrown when the specified role context could not be found.