Class FileUploadBase.IOFileUploadException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      The exceptions UID, for serializing an instance.
    • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The exceptions UID, for serializing an instance.
        See Also:
        Constant Field Values
    • 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.