Class FileUploadBase.InvalidContentTypeException

    • Constructor Detail

      • InvalidContentTypeException

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

        public InvalidContentTypeException​(String message)
        Constructs an InvalidContentTypeException with the specified detail message.
        Parameters:
        message - The detail message.
      • InvalidContentTypeException

        public InvalidContentTypeException​(String msg,
                                           Throwable cause)
        Constructs an InvalidContentTypeException with the specified detail message and cause.
        Parameters:
        msg - The detail message.
        cause - the original cause
        Since:
        1.3.1