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)
RSrvException
public RSrvException(Rconnection c,
java.lang.String msg,
Rpacket p)
getRequestErrorDescription
public java.lang.String getRequestErrorDescription()
getRequestErrorDescription
public java.lang.String getRequestErrorDescription(int code)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getRequestReturnCode
public int getRequestReturnCode()