com.ozacc.blog.ping
クラス UpdatePingResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ozacc.blog.ping.UpdatePingException
com.ozacc.blog.ping.UpdatePingResponseException
- すべての実装インタフェース:
- Serializable
- public class UpdatePingResponseException
- extends UpdatePingException
更新Ping先サーバからのレスポンス受信に失敗した時、
または対応していないレスポンスフォーマットが返された時ににスローされる例外。
- 導入されたバージョン:
- 1.0.1
- バージョン:
- $Id: UpdatePingResponseException.java,v 1.1 2004/09/15 02:02:27 otsuka Exp $
- 作成者:
- Tomohiro Otsuka
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UpdatePingResponseException
public UpdatePingResponseException(String message)
- パラメータ:
message
-
UpdatePingResponseException
public UpdatePingResponseException(String message,
Throwable cause)
- パラメータ:
message
- cause
-
Copyright © 2004 OZACC. All Rights Reserved.