Class FileUploadException

    • Constructor Detail

      • FileUploadException

        public FileUploadException()
        Constructs a new FileUploadException without message.
      • FileUploadException

        public FileUploadException​(String msg)
        Constructs a new FileUploadException with specified detail message.
        Parameters:
        msg - the error message.
      • FileUploadException

        public FileUploadException​(String msg,
                                   Throwable cause)
        Creates a new FileUploadException with the given detail message and cause.
        Parameters:
        msg - The exceptions detail message.
        cause - The exceptions cause.
    • Method Detail

      • printStackTrace

        public void printStackTrace​(PrintStream stream)
        Prints this throwable and its backtrace to the specified print stream.
        Overrides:
        printStackTrace in class Throwable
        Parameters:
        stream - PrintStream to use for output
      • printStackTrace

        public void printStackTrace​(PrintWriter writer)
        Prints this throwable and its backtrace to the specified print writer.
        Overrides:
        printStackTrace in class Throwable
        Parameters:
        writer - PrintWriter to use for output