Class FileUploadBase.IOFileUploadException

    • Constructor Summary

      Constructors 
      Constructor Description
      IOFileUploadException​(java.lang.String pMsg, java.io.IOException pException)
      Creates a new instance with the given cause.
    • 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, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • IOFileUploadException

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

      • getCause

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