Class FileUploadBase.FileUploadIOException

    • 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 Throwable getCause()
        Returns the exceptions cause.
        Overrides:
        getCause in class Throwable
        Returns:
        The exceptions cause, if any, or null.