Package | Description |
---|---|
com.sas.hls.common.exception |
Exceptions that are common across the HLS platform.
|
com.sas.hls.drug.analysis.exception |
Exceptions that can be thrown when manipulating an analysis or using the analysis service.
|
com.sas.hls.drug.project.exception |
Exceptions that can be thrown while manipulating a project or using the projectService.
|
com.sas.hls.job.exception |
Exceptions that can be thrown when manipulating or executing a job.
|
com.sas.hls.messaging.subscription.exception |
Exceptions that can be thrown when creating or retrieving subscriptions.
|
com.sas.hls.organization.exception |
Exceptions that can be thrown when manipulating an organization or using the organizationService.
|
com.sas.hls.recyclebin.exception |
Exceptions that can be thrown when retrieving or deleting items in the recycle bin.
|
com.sas.hls.resource.exception |
General exceptions that can be thrown when manipulating resources.
|
com.sas.hls.resource.repository.exception |
Exceptions that can be thrown when manipulating repository resources.
|
com.sas.hls.resource.workspace.exception |
Exceptions that can be thrown when manipulating workspace resources.
|
com.sas.hls.sassession.exception |
Exceptions that can be thrown while using the sasSessionService.
|
com.sas.hls.schedule.exception |
Exceptions that can be thrown while manipulating a schedule using the scheduleService.
|
com.sas.hls.search.exception |
Exceptions that can be thrown while using the searchService.
|
com.sas.hls.security.acl.exception |
Exceptions that can be thrown while manipulating an acl using the aclService.
|
com.sas.hls.security.audit.exception |
Exceptions that can be thrown while querying audit records.
|
com.sas.hls.security.authentication.exception |
Exceptions that can be thrown when authenticating a user.
|
com.sas.hls.security.group.exception |
Exceptions that can be thrown while manipulating a group or using the groupService.
|
com.sas.hls.security.membership.exception |
Exceptions that can be thrown while manipulating a membership list or using the membershipService.
|
com.sas.hls.security.privilege.exception |
Exceptions that can be thrown while manipulating or accessing privileges in the system.
|
com.sas.hls.security.role.exception |
Exceptions that can be thrown while manipulating roles or using the roleDefinitionService or roleAssignmentService.
|
com.sas.hls.security.user.exception |
Exceptions that can be thrown while manipulating a user or using the userService.
|
com.sas.hls.work.processflow.exception |
Exceptions that can be thrown while manipulating a process flow or using the processFlowService.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectNotFoundException
Thrown when an object can not be found.
|
class |
TypeNotFoundException
Deprecated.
As of Java API 1.7. Replaced with
TypeNotFoundException . |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisExistsException
Thrown when attempt is made to create an analysis when one already exists with that name within the project.
|
class |
AnalysisNotFoundException
Thrown when the specified analysis could not be found.
|
class |
AnalysisRenameException
Thrown when the requested new name would be illegal.
|
class |
AnalysisStateException
Thrown when the analysis state can not be set.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectExistsException
Thrown when attempt is made to create a project when a project already exists with that name in the same
organization.
|
class |
ProjectNotFoundException
Thrown when the specified project can not be found or the user does not have access to the project.
|
class |
ProjectRenameException
Thrown when the requested renaming of a project would be illegal.
|
class |
ProjectStateException
Thrown when the project state can not be set.
|
Modifier and Type | Class and Description |
---|---|
class |
JobExecutionException
Thrown when an error is encountered while executing or attempting to execute a job.
|
class |
JobExistsException
Thrown when an attempt is made to create a job which already exists.
|
class |
JobFormatException
Thrown when the definition of the job is not valid.
|
class |
JobNotFoundException
Thrown when the specified job can not be found.
|
class |
JobSubmissionNotFoundException
Thrown when the specified job submission can not be found.
|
class |
JobVersionNotFoundException
Thrown when the specified version of a job can not be found.
|
class |
RepositoryJobCreateException
Thrown when the creation of a repository job creation encountered a problem.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionExistsException
Thrown when attempt is made to create a subscription when a subscription already exists.
|
Modifier and Type | Class and Description |
---|---|
class |
OrganizationNotFoundException
This exception indicates that an Organization specified to an action was not found.
|
Modifier and Type | Class and Description |
---|---|
class |
RecycleBinItemDeleteException
Thrown when there is an error deleting items in the recycle bin.
|
class |
RecycleBinItemNotFoundException
Thrown when an item in the recycle bin cannot be read.
|
class |
RecycleBinItemSearchException
Thrown when an error occurred retrieving an item(s) from the recycle bin.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceDeleteException
The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
|
class |
ResourceException
Abstract parent class for exceptions thrown while manipulating or accessing a resource.
|
class |
ResourceExistsException
Typically thrown when an attempt is made to create a resource and a resource already exists with that name and
location.
|
class |
ResourceNotFoundException
The specified resource can not be found.
|
class |
ResourceRenameException
The specified resource could not be renamed.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyCheckedoutException
Thrown when attempt is made to check out a resource that is already checked out.
|
class |
CheckedOutFilesSearchException
Thrown when an error is encountered while searching checked out files.
|
class |
RepositoryResourceCheckinException
Thrown when an attempt is made to checkin a resource that is not checked out.
|
class |
RepositoryResourceCheckoutException
Thrown when attempt is made to check out a resource that is already checked out.
|
class |
RepositoryResourceCopyException
The resource can not be copied as requested.
|
class |
RepositoryResourceDeleteException
Typically the resource can not be deleted because it is in use by another user (checked out?).
|
class |
RepositoryResourceExistsException
Typically thrown when an attempt is made to create a resource, and a resource by that name already exists.
|
class |
RepositoryResourceLockException
Thrown if there is an issue locking the file at the path specified
|
class |
RepositoryResourceMoveException
The resource can not be moved as requested.
|
class |
RepositoryResourceNotFoundException
The specified resource can not be found.
|
class |
RepositoryResourceRenameException
The specified resource could not be renamed.
|
class |
RepositoryResourceUndoCheckoutException
ServerResource is not checked out, so checkout can not be reversed.
|
class |
RepositoryResourceUnlockException
Thrown if there is an issue unlocking the file at the path specified
|
class |
RepositoryResourceVersioningException
Thrown when an attempt is made to create a new version of an unversioned file.
|
class |
SigningException
Thrown when an error occurs during the electronic signature process.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceResourceCopyException
The resource can not be copied as requested.
|
class |
WorkspaceResourceDeleteException
The resource can not be deleted (currently in use?)
|
class |
WorkspaceResourceExistsException
Typically thrown when an attempt is made to create a resource in your workspace, and a resource by that name already
exists.
|
class |
WorkspaceResourceMoveException
The resource can not be moved as requested.
|
class |
WorkspaceResourceNotFoundException
The specified resource can not be found in your workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionException
Thrown when an error occurred performing an action on a session.
|
class |
SessionNotFoundException
Thrown if the specified session can not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleException
Thrown when there is an error with a specified schedule.
|
class |
ScheduleNotFoundException
Thrown when the specified schedule can not be found or the user does not have access to the schedule.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchException
Thrown when an error occurred performing a search.
|
Modifier and Type | Class and Description |
---|---|
class |
AclUpdateException
Thrown when an error is encountered while updating an acl.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEntrySearchException
Thrown when an error is encountered while searching audit entries.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountDeactivatedException
Thrown if an authentication request is rejected because the account is in a deactivated state.
|
class |
AccountException
Abstract superclass for all account related authentication exceptions.
|
class |
AccountExpiredException
Thrown if an authentication request is rejected because the account is in an expired state.
|
class |
AccountLockedException
Thrown if an authentication request is rejected because the account is in a locked state.
|
class |
AccountNotFoundException
Thrown if an authentication request is rejected because the account does not exist within the system.
|
class |
AuthenticationException
Abstract superclass for all authentication related exceptions.
|
class |
CredentialsException
Abstract superclass for all credentials related authentication exceptions.
|
class |
CredentialsExpiredException
Thrown if an authentication request is rejected because the account's credentials have expired.
|
class |
CredentialsIncorrectException
Thrown if an authentication request is rejected because the presented credentials are incorrect.
|
class |
UnknownAuthenticationException
Thrown when an unforeseen authentication error occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupContextNotFoundException
Thrown when the specified group context could not be found.
|
class |
GroupException
Abstract parent class of all group exceptions.
|
class |
GroupExistsException
Thrown when an attempt is made to create a group that already exists.
|
class |
GroupNotFoundException
Thrown when the specified group can not be found.
|
class |
InvalidGroupMemberException
Thrown when a group is updated with new members that violate any membership contracts.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidMemberException
Thrown when an attempt is made to add Principals into a membership where they are not potential members of that
membership.
|
class |
MemberExistsException
The principal specified is already a member of this membership context.
|
class |
MemberNotFoundException
The principal specified is not a member of this membership context.
|
class |
MembershipException
Abstract parent class for exceptions thrown while manipulating or accessing a membership list.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidPrivilegeException
Thrown when a specified privilege is not defined.
|
class |
PrivilegeException
Abstract parent class for privilege exceptions thrown while getting or managing privileges in the system.
|
class |
PrivilegeExistsException
Thrown when an attempt is made to define a privilege which is already defined.
|
class |
PrivilegeNotFoundException
Thrown when a privilege specified is not found on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidRoleAssignmentContextException
Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.
|
class |
InvalidRoleMemberException
Exception thrown when a role assignment is updated with new members that violate any membership contracts.
|
class |
InvalidRolePrivilegeException
Exception thrown when a privilege is assigned to a role and the privilege is not valid for that particular role context.
|
class |
RoleAssignmentExistsException
Thrown when an attempt is made to create a role assignment and one is already defined.
|
class |
RoleAssignmentNotFoundException
Thrown when an attempt is made to create a role assignment and one is already defined.
|
class |
RoleContextNotFoundException
Thrown when the roleContext specified can not be found on the server.
|
class |
RoleException
Abstract parent class for role exceptions thrown while manipulating or accessing roles.
|
class |
RoleExistsException
Thrown when an attempt is made to define a role which is already defined.
|
class |
RoleNotFoundException
Thrown when a specified role was not found on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
UserDeleteException
Thrown to indicate a failure when user is being deleted
|
class |
UserException
Abstract parent class for exceptions thrown while manipulating or accessing a user.
|
class |
UserExistsException
Thrown when a user information specified for create is already defined in the system
|
class |
UserNotFoundException
Thrown when a user specified for an action does not exist in the system
|
class |
UserPasswordException
Thrown when an invalid password is provided.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidProcessFlowStateException
Thrown when the flow is in an invalid state for performing a specific action.
|
class |
InvalidRecipientException
Thrown when the recipients for the notification task setup are invalid.
|
class |
InvalidTaskAssigneeException
Thrown when the assignee for the user task setup is invalid.
|
class |
ProcessDefinitionNotFoundException
Thrown when the specified process definition can not be found.
|
class |
ProcessFlowContextNotFoundException
Thrown when the specified process definition context can not be found.
|
class |
ProcessFlowElementDefinitionException
Thrown when the element definition for the process flow could not be updated.
|
class |
ProcessFlowElementDefinitionNotFoundException
Thrown when the element definition for the process flow can not be found.
|
class |
ProcessFlowException
WorkflowException represents an exception during workflow service execution
|
class |
ProcessFlowExistsException
Thrown when an attempt is made to create a process flow and one with that name exists at the same context.
|
class |
ProcessFlowManifestCreateException
Thrown when there is an issue creating a process flow manifest for a process flow.
|
class |
ProcessFlowNotFoundException
Thrown when the specified process flow can not be found or the user does not have access to the process flow.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA