commons-mail
b2007092401

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

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

public class MailIOException
extends MailException

メール操作における入出力例外クラス

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

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

コンストラクタの詳細

MailIOException

public MailIOException()
コンストラクタ


MailIOException

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

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

MailIOException

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

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

MailIOException

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

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

commons-mail
b2007092401