Package | Description |
---|---|
com.sas.hls.common.exception |
Exceptions that are common across the HLS platform.
|
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.security.principal.exception |
Exceptions that can be thrown while manipulating or accessing principals in the system.
|
com.sas.hls.security.user.exception |
Exceptions that can be thrown while manipulating a user or using the userService.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
An exception indicating the user does not have appropriate permissions for the action they attempted.
|
class |
IllegalPathException
An exception indicating a path value provided was not well-formed.
|
class |
InvalidContextException
Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.
|
class |
SystemException
A generic runtime error thrown when a more specific exception does not exist.
|
class |
ValidationException
An exception indicating an invalid value was provided for the specified property.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyToWorkspaceException
Thrown if the item being copied has been marked as
Synchronizable.Syncable.DENY or Synchronizable.Syncable.DENY_ALL . |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryResourceCheckedoutException
Thrown when an action is taken that is not allowed on checked out files.
|
class |
RepositoryResourceLockedException
Thrown if an action could not be completed because the item was locked
|
Modifier and Type | Class and Description |
---|---|
class |
PrincipalNotFoundException
Thrown when the specified principal can not be found in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptionException
Thrown when an error is encountered during encryption.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA