pt.digitalis.dif.exception.controller
Class UserHasNoAccessToStage

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.DIFException
              extended by pt.digitalis.dif.exception.controller.ControllerException
                  extended by pt.digitalis.dif.exception.controller.UserHasNoAccessToStage
All Implemented Interfaces:
Serializable, IContextException

public class UserHasNoAccessToStage
extends ControllerException

Author:
Pedro Viegas pviegas@digitalis.pt
See Also:
Serialized Form
Created on:
5 de Abr de 2012

Constructor Summary
UserHasNoAccessToStage(ControllerExecutionStep step, Exception exception)
           
UserHasNoAccessToStage(ControllerExecutionStep step, String reason)
           
UserHasNoAccessToStage(ControllerExecutionStep step, String reason, Exception exception)
           
 
Method Summary
 
Methods inherited from class pt.digitalis.dif.exception.controller.ControllerException
getRenderedExceptionContext, getStep, isGeneratedFromException
 
Methods inherited from class pt.digitalis.dif.exception.DIFException
addToExceptionContext, getExceptionContext, setExceptionContext
 
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

UserHasNoAccessToStage

public UserHasNoAccessToStage(ControllerExecutionStep step,
                              Exception exception)
Parameters:
step -
exception -

UserHasNoAccessToStage

public UserHasNoAccessToStage(ControllerExecutionStep step,
                              String reason)
Parameters:
step -
reason -

UserHasNoAccessToStage

public UserHasNoAccessToStage(ControllerExecutionStep step,
                              String reason,
                              Exception exception)
Parameters:
step -
reason -
exception -


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.