Class FileUploadBase.FileUploadIOException

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

    public static class FileUploadBase.FileUploadIOException
    extends java.io.IOException
    This exception is thrown for hiding an inner FileUploadException in an IOException.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()
      Returns the exceptions cause.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileUploadIOException

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

      • getCause

        public java.lang.Throwable getCause()
        Returns the exceptions cause.
        Overrides:
        getCause in class java.lang.Throwable
        Returns:
        The exceptions cause, if any, or null.