com.sas.hls.common.exception
Class InvalidContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sas.hls.common.exception.AbstractRuntimeException
                  extended by com.sas.hls.common.exception.InvalidContextException
All Implemented Interfaces:
Serializable

public class InvalidContextException
extends AbstractRuntimeException

Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.

See Also:
Serialized Form

Constructor Summary
InvalidContextException(String message)
          InvalidRoleAssignmentContextException constructor with a detailed message
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractRuntimeException
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidContextException

public InvalidContextException(String message)
InvalidRoleAssignmentContextException constructor with a detailed message

Parameters:
message - detailed message


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