Class FileUploadBase.UnknownSizeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FileUploadBase

    public static class FileUploadBase.UnknownSizeException
    extends FileUploadException
    Thrown to indicate that the request size is not specified.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownSizeException()
      Constructs a UnknownSizeException with no detail message.
      UnknownSizeException​(java.lang.String message)
      Constructs an UnknownSizeException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownSizeException

        public UnknownSizeException()
        Constructs a UnknownSizeException with no detail message.
      • UnknownSizeException

        public UnknownSizeException​(java.lang.String message)
        Constructs an UnknownSizeException with the specified detail message.
        Parameters:
        message - The detail message.