commons-mail
b2007092401

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

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張org.phosphoresce.commons.mail.exception.MailException
              拡張org.phosphoresce.commons.mail.exception.MailAddressException
すべての実装インタフェース:
java.io.Serializable

public class MailAddressException
extends MailException

メールアドレス情報に関する例外クラス

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

コンストラクタの概要
MailAddressException()
          コンストラクタ
MailAddressException(java.lang.String message)
          コンストラクタ
MailAddressException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
MailAddressException(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
 

コンストラクタの詳細

MailAddressException

public MailAddressException()
コンストラクタ


MailAddressException

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

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

MailAddressException

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

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

MailAddressException

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

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

commons-mail
b2007092401