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.exception General exceptions that can be thrown when manipulating resources. 
com.sas.hls.security.membership.exception Exceptions that can be thrown while manipulating a membership list or using the membershipService. 
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 IllegalPathException
          An exception indicating a path value provided was not well-formed.
 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.exception
 

Subclasses of AbstractRuntimeException in com.sas.hls.resource.exception
 class ResourceIllegalStateException
          The resource being manipulated is in (or would be put into) an incorrect state were this operation to proceed.
 

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

Subclasses of AbstractRuntimeException in com.sas.hls.security.membership.exception
 class MembershipContextNotFoundException
          Thrown when a membership context is referenced which can no longer be found in the system.
 

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) 2012, SAS Institute Inc., Cary, NC, USA