Uses of Class
com.sas.lsaf.core.AbstractCheckedException
Packages that use AbstractCheckedException
Package
Description
Contains common clinical classes.
Classes and interfaces to retrieve dictionaries.
Classes and interfaces to retrieve models.
Classes and interfaces to retrieve and export standards in the system.
Classes and interfaces to retrieve study information.
Contains classes for global tlf information in the system.
Contains classes for managing TLF templates.
Classes and interfaces to manage content in the repository.
The service to retrieve and delete items from the recycle bin.
Service and class definitions for signing files and getting signatures.
Service and class definitions for retrieving resource utilization information.
Classes and interfaces to manage content in the current user's workspace.
Services and classes to describe the object type definitions within the system.
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
The classes and interfaces to query and manage execution sessions.
The service for creating and retrieving subscriptions.
Contains common classes and interfaces to query information.
Service and class definitions to manage schedules.
Service and class definitions to create and manipulate ACLs.
Service and class definitions for getting global audit entries.
Exceptions that can be thrown when authenticating a user.
Service and classes for creating and manipulating groups in the system.
Service and class definitions for manipulating the membership of a context.
Class definitions for manipulating and identifying principals in the system.
Service and classes for identifying and using privileges in the system.
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
Service and classes to create and manipulate users in the system.
The service and class definitions to manage automatic creation of process flows.
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows.
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of AbstractCheckedException in com.sas.lsaf.clinical.common
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.commonModifier and TypeClassDescriptionclassThrown when there is an issue when exporting the specified item.classThrown when there is an issue when importing the specified item.classThrown when the validation report is not created. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.dictionary
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.dictionaryModifier and TypeClassDescriptionclassRoot of the hierarchy of all checked dictionary exceptions.classThrown when the specified dictionary is not found. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.model
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.modelModifier and TypeClassDescriptionclassThe root of the hierarchy of all checked model exceptions.classThrown when the specified model is not found. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.standards
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.standardsModifier and TypeClassDescriptionclassThrown when the specified standard is not found. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.study
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.studyModifier and TypeClassDescriptionclassThrown when the specified external dictionary association exists.classThrown when the specified external dictionary associated does not exist.classThrown when the standard association exists.classThrown when the specified associated standard does not exist.classThrown when the study code lists cannot be updated.classThrown when a study component cannot be marked for edit.classThrown when the specified study is not found.classThrown when the specified study is not found.classThrown when a study's supporting documents cannot be updated.classThrown when a study's tables cannot be updated.classThrown when a study cannot be updated.classThrown when a study's value level metadata cannot be updated. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.tlf
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.tlfModifier and TypeClassDescriptionclassThrown when the specified analysis result is not found or the user does not have access to the analysis result.classThe class that represents all section checked exceptions.classThrown when the specified section is not found.classRoot of all checked TLF exceptions.classThrown when the specified TLF is not found or the user does not have access to the TLF.classThrown when the TLF cannot be updated. -
Uses of AbstractCheckedException in com.sas.lsaf.clinical.tlftemplate
Subclasses of AbstractCheckedException in com.sas.lsaf.clinical.tlftemplateModifier and TypeClassDescriptionclassThe class that represents the root of all checked TLF template exceptions.classThrown when an attempt is made to create a TLF template and one with that name exists.classThrown when the specified TLF template is not found. -
Uses of AbstractCheckedException in com.sas.lsaf.content.repository
Subclasses of AbstractCheckedException in com.sas.lsaf.content.repositoryModifier and TypeClassDescriptionclassThrown when an error is encountered when searching checked out files.classThe root of the hierarchy of all checked repository exceptions.classThrown when an attempt is made to check in a file that is not checked out.classThrown when attempt is made to check out a repository file that is currently checked out.classThe class that represents a repository item that cannot be copied as requested.classThe class that represents a repository item that cannot be deleted.classThe root of the hierarchy of all checked repository item exceptions.classThrown when an attempt is made to create a repository item and an item by that name currently exists.classThrown when there is an issue when locking the file at the specified path.classThe class that represents a repository item that cannot be moved.classThrown when the specified repository item is not found.classThrown when the specified repository item cannot be renamed.classThrown when the specified repository file is not checked out, so the checkout cannot be reversed.classThrown when there is an issue when unlocking the file at the specified path.classThrown when a repository item cannot be updated.classThrown when an attempt is made to create a new version of an unversioned file.classThrown when an error occurred searching the repository. -
Uses of AbstractCheckedException in com.sas.lsaf.content.repository.recyclebin
Subclasses of AbstractCheckedException in com.sas.lsaf.content.repository.recyclebinModifier and TypeClassDescriptionclassThrown when there is an error deleting items that are in the recycle bin.classThrown when an item in the recycle bin cannot be read.classThrown when an error occurred when retrieving an item from the recycle bin. -
Uses of AbstractCheckedException in com.sas.lsaf.content.repository.signature
Subclasses of AbstractCheckedException in com.sas.lsaf.content.repository.signatureModifier and TypeClassDescriptionclassThrown when an error occurs during the signing process. -
Uses of AbstractCheckedException in com.sas.lsaf.content.utilization
Subclasses of AbstractCheckedException in com.sas.lsaf.content.utilizationModifier and TypeClassDescriptionclassRoot of the hierarchy of all checked resource utilization exceptions within the application.classThrown when the item cannot be found at the specified path. -
Uses of AbstractCheckedException in com.sas.lsaf.content.workspace
Subclasses of AbstractCheckedException in com.sas.lsaf.content.workspaceModifier and TypeClassDescriptionclassThe root of the hierarchy of all shared workspace item checked exceptions.classThrown when the specified shared workspace link is not found.classThrown when the workspace item cannot be copied as requested.classThrown when the workspace item cannot be deleted as requested.classThe root of the hierarchy of all workspace item checked exceptions.classThrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.classThrown when the workspace item cannot be moved as requested.classThrown when the specified workspace item is not found in the workspace.classThrown when the workspace item cannot be marked for addition to the repository. -
Uses of AbstractCheckedException in com.sas.lsaf.core.type
Subclasses of AbstractCheckedException in com.sas.lsaf.core.typeModifier and TypeClassDescriptionclassThrown when the specified object type definition can not be found in the system. -
Uses of AbstractCheckedException in com.sas.lsaf.execution.job
Subclasses of AbstractCheckedException in com.sas.lsaf.execution.jobModifier and TypeClassDescriptionclassThrown when the creation of a job encounters a problem.classThrown when an attempt is made to create a job that exists.classThrown when the definition of the job is not valid.classThrown when the specified job is not found.classThrown when an error is encountered when executing or attempting to execute a job.classThrown when the specified job submission is not found.classThrown when the job cannot be updated.classThrown when the job submission results are not found. -
Uses of AbstractCheckedException in com.sas.lsaf.execution.session
Subclasses of AbstractCheckedException in com.sas.lsaf.execution.sessionModifier and TypeClassDescriptionclassThrown when an error occurred acting on a session.classThrown when the session is not found.classThrown when an error is encountered while searching sessions. -
Uses of AbstractCheckedException in com.sas.lsaf.messaging.subscription
Subclasses of AbstractCheckedException in com.sas.lsaf.messaging.subscriptionModifier and TypeClassDescriptionclassThrown when an attempt to create a subscription fails. -
Uses of AbstractCheckedException in com.sas.lsaf.query
Subclasses of AbstractCheckedException in com.sas.lsaf.queryModifier and TypeClassDescriptionclassThrown when an error is encountered while parsing the query. -
Uses of AbstractCheckedException in com.sas.lsaf.schedule
Subclasses of AbstractCheckedException in com.sas.lsaf.scheduleModifier and TypeClassDescriptionclassThrown when there is an error with a schedule.classThrown when the specified schedule is not found or the user does not have access to the schedule. -
Uses of AbstractCheckedException in com.sas.lsaf.security.acl
Subclasses of AbstractCheckedException in com.sas.lsaf.security.aclModifier and TypeClassDescriptionclassRoot of the hierarchy of all ACL checked exceptions within the SAS Life Science Analytics Framework Java API.classThrown when an error is encountered while getting an ACL.classThrown when an error is encountered while updating an ACL. -
Uses of AbstractCheckedException in com.sas.lsaf.security.audit
Subclasses of AbstractCheckedException in com.sas.lsaf.security.auditModifier and TypeClassDescriptionclassThrown when an error is encountered while searching the audit entries. -
Uses of AbstractCheckedException in com.sas.lsaf.security.authentication
Subclasses of AbstractCheckedException in com.sas.lsaf.security.authenticationModifier and TypeClassDescriptionclassThrown when an authentication request is rejected because the account is in a deactivated state.classThe root of the hierarchy of all account authentication exceptions.classThrown when an authentication request is rejected because the account is in an expired state.classThrown when an authentication request is rejected because the account is in a locked state.classThrown when an authentication request is rejected because the account does not exist within the system.classThe root of the hierarchy of all authentication exceptions.classThe root of the hierarchy of all credential-related authentication exceptions.classThrown when an authentication request is rejected because the account's credentials have expired.classThrown when an authentication request is rejected because the credentials are incorrect.classThrown when an unforeseen authentication error occurs. -
Uses of AbstractCheckedException in com.sas.lsaf.security.group
Subclasses of AbstractCheckedException in com.sas.lsaf.security.groupModifier and TypeClassDescriptionclassThe root of the hierarchy of all group checked exceptions within the SAS Life Science Analytics Framework Java API.classThrown when an attempt is made to create a group that exists with the same name in the same context.classThrown when the specified group is not found.classThrown when a group is updated with new members that violate membership contracts. -
Uses of AbstractCheckedException in com.sas.lsaf.security.membership
Subclasses of AbstractCheckedException in com.sas.lsaf.security.membershipModifier and TypeClassDescriptionclassThrown when an attempt is made to add Principals to a membership in which they are not potential members.classThrown when a principal, or set of principals, is currently a member of the context.classThrown when the principal, or principals, specified is not a member of the context.classThe root of the hierarchy of all membership check exceptions within the SAS Life Science Analytics Framework Java API. -
Uses of AbstractCheckedException in com.sas.lsaf.security.principal
Subclasses of AbstractCheckedException in com.sas.lsaf.security.principalModifier and TypeClassDescriptionclassThrown when the specified principal can not be found in the system. -
Uses of AbstractCheckedException in com.sas.lsaf.security.privilege
Subclasses of AbstractCheckedException in com.sas.lsaf.security.privilegeModifier and TypeClassDescriptionclassThrown when a specified privilege is not defined or is not associated with the specified scope.classRoot of the hierarchy of all checked privilege exceptions within the SAS Life Science Analytics Framework Java API.classThrown when a privilege specified is not defined. -
Uses of AbstractCheckedException in com.sas.lsaf.security.role
Subclasses of AbstractCheckedException in com.sas.lsaf.security.roleModifier and TypeClassDescriptionclassThrown when a role is created or updated with new members that violate any membership contracts.classRoot of the hierarchy of all checked role exceptions within the SAS Life Science Analytics Framework Java API.classThrown when an attempt is made to define a role that is already defined; or add an inherited role that is already inherited.classThrown when the specified role was not found on the server.classThrown when a role could not be updated. -
Uses of AbstractCheckedException in com.sas.lsaf.security.user
Subclasses of AbstractCheckedException in com.sas.lsaf.security.userModifier and TypeClassDescriptionclassThrown when there is a problem deleting a user from the system.classRoot of the hierarchy of all user account checked exceptions within the SAS Life Science Analytics Framework Java API.classThrown when the user account to be created exists in the system.classThrown when a user account is attempted to be locked but is already locked.classThrown when the user account that is specified for an action does not exist in the system.classThrown when an invalid password is specified.classThrown when a user account is attempted to be unlocked but is already unlocked. -
Uses of AbstractCheckedException in com.sas.lsaf.workflow.autoflow
Subclasses of AbstractCheckedException in com.sas.lsaf.workflow.autoflowModifier and TypeClassDescriptionclassThrown when there is an issue automatically creating a process flow.classThrown when there is a set up issue that prevents the automatic creation of a process flow. -
Uses of AbstractCheckedException in com.sas.lsaf.workflow.processdefinition
Subclasses of AbstractCheckedException in com.sas.lsaf.workflow.processdefinitionModifier and TypeClassDescriptionclassThrown when the specified process flow definition cannot be deployed.classThrown when the specified process flow definition mapping could not be updated.classThrown when the specified process flow definition is not found.classThrown when the specified process flow definition state cannot be changed. -
Uses of AbstractCheckedException in com.sas.lsaf.workflow.processflow
Subclasses of AbstractCheckedException in com.sas.lsaf.workflow.processflowModifier and TypeClassDescriptionclassThrown when the process flow is in an invalid state to perform a specific action.classThrown when the recipients for a notification task setup are invalid.classThrown when the assignee for a user task setup is invalid.classThrown when a process flow definition context is not found.classThrown when an issue occurs when copying a process flow.classThrown when the element for the process flow is not found.classThrown when an issue occurs during process flow execution.classThrown when an attempt is made to create a process flow and one with that name exists in the specified context.classThrown when there is an issue creating a process flow manifest file for a process flow.classThrown when the specified process flow is not found or the user does not have access to the process flow.classThrown when an error is encountered when searching process flows. -
Uses of AbstractCheckedException in com.sas.lsaf.workflow.processflow.setup
Subclasses of AbstractCheckedException in com.sas.lsaf.workflow.processflow.setupModifier and TypeClassDescriptionclassThrown when the element setup for the process flow cannot be updated.classThrown when the element setup for the process flow is not found. -
Uses of AbstractCheckedException in com.sas.lsaf.workflow.task
Subclasses of AbstractCheckedException in com.sas.lsaf.workflow.taskModifier and TypeClassDescriptionclassThrown when the assignee for a user task setup is invalid.classThrown when the specified task is not found or the user does not have access to the process flow.classThrown when an error is encountered while searching the process flow tasks.