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
すべての実装されたインタフェース:
java.io.Serializable, jp.hrtdotnet.fw.HThrowable

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.