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

Packages that use AbstractRuntimeException
com.sas.hls.common.exception Exceptions that are common across the HLS platform. 
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. 
 

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

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

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

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

Uses of AbstractRuntimeException in com.sas.hls.security.principal.exception
 

Subclasses of AbstractRuntimeException in com.sas.hls.security.principal.exception
 class PrincipalNotFoundException
          Thrown when the specified principal can not be found in the system.
 



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