类 MimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sh.mail.mime4j.MimeException
所有已实现的接口:
Serializable
直接已知子类:
MaxHeaderLengthLimitException, MaxHeaderLimitException, MimeParseEventException

public class MimeException extends Exception

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
另请参阅:
  • 构造器详细资料

    • MimeException

      public MimeException(String message)
      Constructs a new MIME exception with the specified detail message.
      参数:
      message - detail message
    • MimeException

      public MimeException(Throwable cause)
      Constructs a MIME exception with the specified cause.
      参数:
      cause - cause of the exception
    • MimeException

      public MimeException(String message, Throwable cause)
      Constructs a MIME exception with the specified detail message and cause.
      参数:
      message - detail message
      cause - cause of the exception