Package com.sas.hls.resource.exception

General exceptions that can be thrown when manipulating resources.

See:
          Description

Exception Summary
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..
ResourceIllegalStateException The resource being manipulated is in (or would be put into) an incorrect state were this operation to proceed.
ResourceNotFoundException The specified resource can not be found.
ResourceRenameException The specified resource could not be renamed.
 

Package com.sas.hls.resource.exception Description

General exceptions that can be thrown when manipulating resources.



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