Class FileUploadBase.IOFileUploadException

    • Constructor Summary

      Constructors 
      Constructor Description
      IOFileUploadException​(java.lang.String message, java.io.IOException cause)
      Creates a new instance with the given cause.
    • 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

      • IOFileUploadException

        public IOFileUploadException​(java.lang.String message,
                                     java.io.IOException cause)
        Creates a new instance with the given cause.
        Parameters:
        message - The detail message.
        cause - The exceptions cause.