gran.exception
Class AccessDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
              extended bygran.exception.UserException
                  extended bygran.exception.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends UserException

See Also:
Serialized Form

Constructor Summary
AccessDeniedException(java.lang.Class className, java.lang.String methodName, SessionContext sc)
           
AccessDeniedException(java.lang.String message)
           
AccessDeniedException(java.lang.String className, java.lang.String methodName, java.lang.String userId)
           
 
Methods inherited from class gran.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)

AccessDeniedException

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

AccessDeniedException

public AccessDeniedException(java.lang.String message)


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