Uses of Package
com.sas.hls.resource.exception

Packages that use com.sas.hls.resource.exception
com.sas.hls.job Provides the classes needed to create, update, and get jobs as well as execute them and get their status 
com.sas.hls.resource.exception General exceptions that can be thrown when manipulating resources. 
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
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. 
 

Classes in com.sas.hls.resource.exception used by com.sas.hls.job
ResourceNotFoundException
          The specified resource can not be found.
 

Classes in com.sas.hls.resource.exception used by com.sas.hls.resource.exception
ResourceException
          Abstract parent class for exceptions thrown while manipulating or accessing a resource.
 

Classes in com.sas.hls.resource.exception used by com.sas.hls.resource.repository
ResourceNotFoundException
          The specified resource can not be found.
 

Classes in com.sas.hls.resource.exception used by com.sas.hls.resource.repository.exception
ResourceDeleteException
          The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
ResourceException
          Abstract parent class for exceptions thrown while manipulating or accessing a resource.
ResourceExistsException
          Typically thrown when an attempt is made to create a resource and a resource already exists with that name and location..
ResourceNotFoundException
          The specified resource can not be found.
ResourceRenameException
          The specified resource could not be renamed.
 

Classes in com.sas.hls.resource.exception used by com.sas.hls.resource.workspace.exception
ResourceDeleteException
          The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
ResourceException
          Abstract parent class for exceptions thrown while manipulating or accessing a resource.
ResourceExistsException
          Typically thrown when an attempt is made to create a resource and a resource already exists with that name and location..
ResourceNotFoundException
          The specified resource can not be found.
 



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