Class IOFileUploadException

All Implemented Interfaces:
Serializable

public class IOFileUploadException extends FileUploadException
Thrown to indicate an IOException.
See Also:
  • Constructor Details

    • IOFileUploadException

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

    • getCause

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