jp.sourceforge.livez
クラス UserAgentNotFoundException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.sourceforge.livez.IllegalRequestException
              上位を拡張 jp.sourceforge.livez.IllegalUserAgentException
                  上位を拡張 jp.sourceforge.livez.UserAgentNotFoundException
すべての実装されたインタフェース:
Serializable

public final class UserAgentNotFoundException
extends IllegalUserAgentException

この例外は、HTTP ユーザエージェントが見つからない場合にスローされます。

作成者:
杉澤 浩二
関連項目:
直列化された形式

コンストラクタの概要
UserAgentNotFoundException()
          デフォルトコンストラクタです。
UserAgentNotFoundException(String message)
          コンストラクタです。
UserAgentNotFoundException(String message, Throwable cause)
          コンストラクタです。
UserAgentNotFoundException(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
 

コンストラクタの詳細

UserAgentNotFoundException

public UserAgentNotFoundException()
デフォルトコンストラクタです。


UserAgentNotFoundException

public UserAgentNotFoundException(String message)
コンストラクタです。

パラメータ:
message - 詳細なエラーメッセージ

UserAgentNotFoundException

public UserAgentNotFoundException(String message,
                                  Throwable cause)
コンストラクタです。

パラメータ:
message - 詳細なエラーメッセージ
cause - 原因

UserAgentNotFoundException

public UserAgentNotFoundException(Throwable cause)
コンストラクタです。

パラメータ:
cause - 原因


Copyright © 2005-2006 Kouji Sugisawa. All rights reserved.