Class MimeIOException

All Implemented Interfaces:
Serializable

public class MimeIOException extends IOException
General IOException thrown in the mime package and its sub-packages.
See Also:
  • Constructor Details

    • MimeIOException

      public MimeIOException(String msg, Throwable cause)
    • MimeIOException

      public MimeIOException(String msg)
  • Method Details