Class FileUploadBase.InvalidContentTypeException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidContentTypeException()
      Constructs a InvalidContentTypeException with no detail message.
      InvalidContentTypeException​(java.lang.String message)
      Constructs an InvalidContentTypeException with the specified detail message.
      InvalidContentTypeException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an InvalidContentTypeException with the specified detail message and cause.
    • 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

      • InvalidContentTypeException

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

        public InvalidContentTypeException​(java.lang.String msg,
                                           java.lang.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