Class FileCountLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.felix.http.base.internal.dispatch.FileCountLimitExceededException
All Implemented Interfaces:
Serializable

public class FileCountLimitExceededException extends IOException
This exception is thrown if a request contains more files than the specified limit.
See Also:
  • Constructor Details

    • FileCountLimitExceededException

      public FileCountLimitExceededException(String message, long limit)
      Creates a new instance.
      Parameters:
      message - The detail message
      limit - The limit that was exceeded
  • Method Details

    • getLimit

      public long getLimit()
      Gets the limit that was exceeded.
      Returns:
      The limit that was exceeded by the request