org.rosuda.JRclient
Class RSrvException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.rosuda.JRclient.RSrvException
All Implemented Interfaces:
Serializable

public class RSrvException
extends Exception

See Also:
Serialized Form

Constructor Summary
RSrvException(Rconnection c, String msg)
           
RSrvException(Rconnection c, String msg, int requestReturnCode)
           
 
Method Summary
 String getMessage()
           
 String getRequestErrorDescription()
           
 int getRequestReturnCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RSrvException

public RSrvException(Rconnection c,
                     String msg)

RSrvException

public RSrvException(Rconnection c,
                     String msg,
                     int requestReturnCode)
Method Detail

getRequestErrorDescription

public String getRequestErrorDescription()

getMessage

public String getMessage()

getRequestReturnCode

public int getRequestReturnCode()