com.sas.hls.security.membership.exception
Class MembershipContextNotFoundException

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.security.membership.exception.MembershipContextNotFoundException
All Implemented Interfaces:
Serializable

public class MembershipContextNotFoundException
extends AbstractRuntimeException

Thrown when a membership context is referenced which can no longer be found in the system.

See Also:
Serialized Form

Constructor Summary
MembershipContextNotFoundException(String message)
          MembershipContextNotFoundException constructor
 
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

MembershipContextNotFoundException

public MembershipContextNotFoundException(String message)
MembershipContextNotFoundException constructor

Parameters:
message - detailed message about this exception


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