Class FileUploadFileCountLimitException

    • Constructor Detail

      • FileUploadFileCountLimitException

        public FileUploadFileCountLimitException​(String message,
                                                 long limit,
                                                 long actual)
        Constructs an instance.
        Parameters:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        limit - The limit that was exceeded.
        actual - The actual value.