Class FileUploadBase.FileUploadIOException

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

    public static class FileUploadBase.FileUploadIOException
    extends java.io.IOException
    Signals that a FileUpload I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted FileUpload I/O operations. This exception wraps a FileUploadException.
    See Also:
    Serialized Form
    • Field Summary

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

      • FileUploadIOException

        public FileUploadIOException​(FileUploadException cause)
        Creates a FileUploadIOException with the given cause.
        Parameters:
        cause - The exceptions cause, if any, or null.