Package | Description |
---|---|
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 |
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 |
RepositoryResourceMoveException
The resource can not be moved as requested.
|
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 |
WorkspaceResourceMoveException
The resource can not be moved as requested.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA