Class FileUploadFileCountLimitException

    • Constructor Summary

      Constructors 
      Constructor Description
      FileUploadFileCountLimitException​(java.lang.String message, long limit, long actual)
      Constructs an instance.
    • Method Summary

      • 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

      • FileUploadFileCountLimitException

        public FileUploadFileCountLimitException​(java.lang.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.