Class MIMEException

All Implemented Interfaces:
Serializable

public class MIMEException extends RuntimeException
Indicates a MIME processing error.
See Also:
  • Constructor Details

    • MIMEException

      public MIMEException()
    • MIMEException

      public MIMEException(String message, Throwable cause)
    • MIMEException

      public MIMEException(String message)
    • MIMEException

      public MIMEException(Throwable cause)