jp.hrtdotnet.fw.util.mail
クラス HMailException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.hrtdotnet.fw.HException
              拡張jp.hrtdotnet.fw.util.mail.HMailException
すべての実装インタフェース:
jp.hrtdotnet.fw.HThrowable, java.io.Serializable

public class HMailException
extends jp.hrtdotnet.fw.HException

メール関係の例外です。

導入されたバージョン:
2.1
作成者:
hrtdotnet.jp
http://www.hrtdotnet.jp/
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.hrtdotnet.fw.HException から継承したフィールド
errorCode, message
 
コンストラクタの概要
HMailException()
           
HMailException(java.lang.Class cls, java.lang.String errorCode)
           
HMailException(java.lang.Class cls, java.lang.String errorCode, java.lang.Throwable cause)
           
HMailException(java.lang.String message)
           
HMailException(java.lang.String message, java.lang.Throwable cause)
           
HMailException(java.lang.Throwable cause)
           
 
クラス jp.hrtdotnet.fw.HException から継承したメソッド
getErrorCode, getMessage, getMessage
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HMailException

public HMailException()

HMailException

public HMailException(java.lang.Class cls,
                      java.lang.String errorCode,
                      java.lang.Throwable cause)

HMailException

public HMailException(java.lang.Class cls,
                      java.lang.String errorCode)

HMailException

public HMailException(java.lang.String message,
                      java.lang.Throwable cause)

HMailException

public HMailException(java.lang.String message)

HMailException

public HMailException(java.lang.Throwable cause)


Copyright © 2011. All Rights Reserved.