com.trackstudio.exception
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trackstudio.exception.GranException
              extended by com.trackstudio.exception.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends GranException

See Also:
Serialized Form

Constructor Summary
AccessDeniedException(java.lang.Class className, java.lang.String methodName, SessionContext sc, java.lang.String condition)
           
AccessDeniedException(java.lang.String message)
           
AccessDeniedException(java.lang.String className, java.lang.String methodName, java.lang.String userId, java.lang.String condition)
           
 
Method Summary
 
Methods inherited from class com.trackstudio.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AccessDeniedException

public AccessDeniedException(java.lang.String className,
                             java.lang.String methodName,
                             java.lang.String userId,
                             java.lang.String condition)

AccessDeniedException

public AccessDeniedException(java.lang.Class className,
                             java.lang.String methodName,
                             SessionContext sc,
                             java.lang.String condition)
                      throws GranException
Throws:
GranException

AccessDeniedException

public AccessDeniedException(java.lang.String message)


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.