Class FileUploadException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FileSizeExceededException

    @Deprecated
    public class FileUploadException
    extends javax.servlet.ServletException
    Deprecated.
    FileUploadException
    Version:
    $Id: FileUploadException.java#1 $
    Author:
    Harald Kuhr
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • FileUploadException

        public FileUploadException​(java.lang.String pMessage)
        Deprecated.
      • FileUploadException

        public FileUploadException​(java.lang.String pMessage,
                                   java.lang.Throwable pCause)
        Deprecated.
      • FileUploadException

        public FileUploadException​(java.lang.Throwable pCause)
        Deprecated.