com.ozacc.blog.trackback
クラス TrackBackResponseException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張com.ozacc.blog.trackback.TrackBackException
              拡張com.ozacc.blog.trackback.TrackBackResponseException
すべての実装インタフェース:
Serializable

public class TrackBackResponseException
extends TrackBackException

トラックバック先サーバからのレスポンス受信に失敗した時にスローされる例外。

導入されたバージョン:
1.0.1
バージョン:
$Id: TrackBackResponseException.java,v 1.1 2004/09/13 09:37:30 otsuka Exp $
作成者:
Tomohiro Otsuka
関連項目:
直列化された形式

コンストラクタの概要
TrackBackResponseException(String message)
           
TrackBackResponseException(String message, 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
 

コンストラクタの詳細

TrackBackResponseException

public TrackBackResponseException(String message)
パラメータ:
message -

TrackBackResponseException

public TrackBackResponseException(String message,
                                  Throwable cause)
パラメータ:
message -
cause -


Copyright © 2004 OZACC. All Rights Reserved.