ruon.jiao
Class JIAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ruon.jiao.JIAOException
All Implemented Interfaces:
java.io.Serializable

public class JIAOException
extends java.lang.Exception

Thrown when a IAOP level error has occured

See Also:
Serialized Form

Method Summary
 java.lang.String getData()
          In case of invalid data returned from the server, the method will return the content of the page returned from the server.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getData

public java.lang.String getData()
In case of invalid data returned from the server, the method will return the content of the page returned from the server.

Returns:
The invalid content received