Package | Description |
---|---|
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.
|
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 |
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 |
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.
|
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.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA