com.ozacc.blog.ping
クラス FailedUpdatePingException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張com.ozacc.blog.ping.UpdatePingException
                  拡張com.ozacc.blog.ping.FailedUpdatePingException
すべての実装インタフェース:
Serializable

public class FailedUpdatePingException
extends UpdatePingException

更新Pingの送信自体は正常に行われたが、送信先サーバからエラーメッセージが返された場合にスローされる例外。 getMessage()メソッドで、返されたエラーメッセージを取得できます。

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

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

コンストラクタの詳細

FailedUpdatePingException

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

FailedUpdatePingException

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


Copyright © 2004 OZACC. All Rights Reserved.