Class FileUploadException

    • Constructor Detail

      • FileUploadException

        public FileUploadException​(String message)
        Constructs an instance with a given detail message.
        Parameters:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      • FileUploadException

        public FileUploadException​(String message,
                                   Throwable cause)
        Constructs an instance with the given detail message and cause.
        Parameters:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)