commons-mail
b2007092401

org.phosphoresce.commons.mail.exception
クラス MailException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張org.phosphoresce.commons.mail.exception.MailException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
MailAddressException, MailIOException, MailMessageException, MailResourceException, MailTransactionException

public class MailException
extends java.lang.Exception

メール操作時に発生する例外クラス

作成者:
Kitagawa
関連項目:
直列化された形式

コンストラクタの概要
MailException()
          コンストラクタ
MailException(java.lang.String message)
          コンストラクタ
MailException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
MailException(java.lang.Throwable cause)
          コンストラクタ
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MailException

public MailException()
コンストラクタ


MailException

public MailException(java.lang.String message,
                     java.lang.Throwable cause)
コンストラクタ

パラメータ:
message - 例外メッセージ
cause - ルート例外

MailException

public MailException(java.lang.String message)
コンストラクタ

パラメータ:
message - 例外メッセージ

MailException

public MailException(java.lang.Throwable cause)
コンストラクタ

パラメータ:
cause - ルート例外

commons-mail
b2007092401