Uses of Class
com.sas.hls.common.exception.AbstractCheckedException

Packages that use AbstractCheckedException
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 analysisService. 
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.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.schedule.exception Exceptions that can be thrown while manipulating a schedule using the scheduleService. 
com.sas.hls.security.acl.exception Exceptions that can be thrown while manipulating an acl using the aclService. 
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. 
 

Uses of AbstractCheckedException in com.sas.hls.common.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.common.exception
 class ObjectNotFoundException
          Thrown when an object can not be found.
 class TypeNotFoundException
          An exception thrown when the specified object type definition can not be found in the system.
 

Uses of AbstractCheckedException in com.sas.hls.drug.analysis.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.drug.analysis.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.drug.project.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.drug.project.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.job.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.job.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.organization.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.organization.exception
 class OrganizationNotFoundException
          This exception indicates that an Organization specified to an action was not found.
 

Uses of AbstractCheckedException in com.sas.hls.recyclebin.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.recyclebin.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.resource.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.resource.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.resource.repository.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.resource.repository.exception
 class AlreadyCheckedoutException
          Thrown when attempt is made to check out a resource that is already checked out.
 class MarkForAddException
          Thrown when the file can not be marked for add.
 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 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 RepositoryResourceVersioningException
          Thrown when an attempt is made to create a new version of an unversioned file.
 

Uses of AbstractCheckedException in com.sas.hls.resource.workspace.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.resource.workspace.exception
 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 WorkspaceResourceNotFoundException
          The specified resource can not be found in your workspace..
 

Uses of AbstractCheckedException in com.sas.hls.schedule.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.schedule.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.security.acl.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.acl.exception
 class AclUpdateException
          Thrown when an error is encountered while updating an acl.
 

Uses of AbstractCheckedException in com.sas.hls.security.authentication.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.authentication.exception
 class AuthenticationException
          Thrown for an invalid username/password combination, or when your password has expired or account has been locked.
 

Uses of AbstractCheckedException in com.sas.hls.security.group.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.group.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.security.membership.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.membership.exception
 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.
 class MembershipExistsException
          Thrown when an attempt is made to create a membership for a context when the membership already exists for that context.
 

Uses of AbstractCheckedException in com.sas.hls.security.privilege.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.privilege.exception
 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.
 

Uses of AbstractCheckedException in com.sas.hls.security.role.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.role.exception
 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 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.
 

Uses of AbstractCheckedException in com.sas.hls.security.user.exception
 

Subclasses of AbstractCheckedException in com.sas.hls.security.user.exception
 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.
 class UserPasswordValidationException
          Thrown when a user's password has expired
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA