|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
flex.messaging.io.amf.client.exceptions.ClientStatusException
public class ClientStatusException
Client status exceptions are thrown by the AMF connection when a client side error is encountered such as when a connect or call attempt fails due to wrong url on the client.
| Field Summary | |
|---|---|
static String |
AMF_CALL_FAILED_CODE
Exception codes. |
static String |
AMF_CONNECT_FAILED_CODE
|
| Constructor Summary | |
|---|---|
ClientStatusException(String message,
String code)
Creates a client status exception with the supplied message and code. |
|
ClientStatusException(Throwable t,
String code)
Creates a client status exception with the supplied throwable and code. |
|
| Method Summary | |
|---|---|
String |
getCode()
Returns the code of the exception. |
String |
toString()
Returns a String representation of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String AMF_CALL_FAILED_CODE
public static final String AMF_CONNECT_FAILED_CODE
| Constructor Detail |
|---|
public ClientStatusException(Throwable t,
String code)
t - The throwable instance used to create the exception.code - The code of the exception.
public ClientStatusException(String message,
String code)
message - The message of the exception.code - The code of the exception.| Method Detail |
|---|
public String getCode()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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/ClientStatusException.html