to.etc.domui.ajax
Class RpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.domui.ajax.RpcException
All Implemented Interfaces:
java.io.Serializable

public class RpcException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
RpcException(java.lang.String message)
           
RpcException(java.lang.Throwable t, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getMethod()
           
 java.lang.String getQueryString()
           
 java.lang.String getRemoteAddress()
           
 java.lang.String getUrl()
           
 void setMethod(java.lang.String method)
           
 void setQueryString(java.lang.String queryString)
           
 void setRemoteAddress(java.lang.String remoteAddress)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcException

public RpcException(java.lang.String message)

RpcException

public RpcException(java.lang.Throwable t,
                    java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getMethod

public java.lang.String getMethod()

setMethod

public void setMethod(java.lang.String method)

getQueryString

public java.lang.String getQueryString()

setQueryString

public void setQueryString(java.lang.String queryString)

getRemoteAddress

public java.lang.String getRemoteAddress()

setRemoteAddress

public void setRemoteAddress(java.lang.String remoteAddress)