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