pt.digitalis.dif.exception.security
Class IllegalFileUploadException

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.security.IllegalFileUploadException
All Implemented Interfaces:
Serializable, IContextException

public class IllegalFileUploadException
extends ControllerException

Is throwned when a file upload is attempted without the controlling session attribute set. Will generally represent a hack on the system

Author:
Luis Pinto lpinto@digitalis.pt
See Also:
Serialized Form
Created on:
Mar 9, 2010

Constructor Summary
IllegalFileUploadException(ControllerExecutionStep step)
          Default constructor
 
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

IllegalFileUploadException

public IllegalFileUploadException(ControllerExecutionStep step)
Default constructor

Parameters:
step - the step when the exception was throwned


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