类 MimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sh.mail.mime4j.MimeException
- 所有已实现的接口:
Serializable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
- 另请参阅:
-
构造器概要
构造器构造器说明MimeException(String message) Constructs a new MIME exception with the specified detail message.MimeException(String message, Throwable cause) Constructs a MIME exception with the specified detail message and cause.MimeException(Throwable cause) Constructs a MIME exception with the specified cause. -
方法概要
-
构造器详细资料
-
MimeException
Constructs a new MIME exception with the specified detail message.- 参数:
message- detail message
-
MimeException
Constructs a MIME exception with the specified cause.- 参数:
cause- cause of the exception
-
MimeException
Constructs a MIME exception with the specified detail message and cause.- 参数:
message- detail messagecause- cause of the exception
-