flex.messaging.io.amf.client.exceptions
Class ServerStatusException.HttpResponseInfo

java.lang.Object
  extended by flex.messaging.io.amf.client.exceptions.ServerStatusException.HttpResponseInfo
Enclosing class:
ServerStatusException

public static class ServerStatusException.HttpResponseInfo
extends Object

An inner class to represent the HTTP response associated with the exception.


Constructor Summary
ServerStatusException.HttpResponseInfo(int responseCode, String responseMessage)
          Creates an HTTP response info with the HTTP code and message.
 
Method Summary
 int getResponseCode()
          Returns the HTTP response code.
 String getResponseMessage()
          Returns the HTTP response message.
 String toString()
          Returns a String representation of the HTTP response information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerStatusException.HttpResponseInfo

public ServerStatusException.HttpResponseInfo(int responseCode,
                                              String responseMessage)
Creates an HTTP response info with the HTTP code and message.

Parameters:
responseCode - The HTTP response code.
responseMessage - the HTTP message.
Method Detail

getResponseCode

public int getResponseCode()
Returns the HTTP response code.

Returns:
The HTTP response code.

getResponseMessage

public String getResponseMessage()
Returns the HTTP response message.

Returns:
The HTTP response message.

toString

public String toString()
Returns a String representation of the HTTP response information.

Overrides:
toString in class Object
Returns:
A String representation of the HTTP response information.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/client/exceptions/ServerStatusException.HttpResponseInfo.html