org.maachang.service.http
クラス HttpRedirectUrlException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 org.maachang.service.http.HttpRedirectUrlException
すべての実装されたインタフェース:
java.io.Serializable

public class HttpRedirectUrlException
extends java.lang.Exception

HTTPリダイレクトURL例外.

導入されたバージョン:
MaaEngine 1.00
バージョン:
2007/10/18
作成者:
masahito suzuki
関連項目:
直列化された形式

コンストラクタの概要
HttpRedirectUrlException()
          コンストラクタ.
HttpRedirectUrlException(java.lang.String redirectURL)
          コンストラクタ.
 
メソッドの概要
 java.lang.String getRedirectURL()
          リダイレクトURLを取得.
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HttpRedirectUrlException

public HttpRedirectUrlException()
コンストラクタ.


HttpRedirectUrlException

public HttpRedirectUrlException(java.lang.String redirectURL)
コンストラクタ.

リダイレクトURL先を指定して、オブジェクトを生成.

パラメータ:
redirectURL - 対象のリダイレクトURLを設定します.
メソッドの詳細

getRedirectURL

public java.lang.String getRedirectURL()
リダイレクトURLを取得.

リダイレクトURLを取得します.

戻り値:
String リダイレクトURLが返されます.