org.rosuda.JRclient
Class RSrvException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rosuda.JRclient.RSrvException
- All Implemented Interfaces:
- java.io.Serializable
- public class RSrvException
- extends java.lang.Exception
- See Also:
- Serialized Form
| 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 |
conn
protected Rconnection conn
err
protected java.lang.String err
reqReturnCode
protected int reqReturnCode
RSrvException
public RSrvException(Rconnection c,
java.lang.String msg)
RSrvException
public RSrvException(Rconnection c,
java.lang.String msg,
int requestReturnCode)
getRequestErrorDescription
public java.lang.String getRequestErrorDescription()
getMessage
public java.lang.String getMessage()
getRequestReturnCode
public int getRequestReturnCode()