|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rosuda.JRclient.RSrvException
public class RSrvException
| Field Summary | |
|---|---|
protected Rconnection |
conn
|
protected String |
err
|
protected int |
reqReturnCode
|
| Constructor Summary | |
|---|---|
RSrvException(Rconnection c,
String msg)
|
|
RSrvException(Rconnection c,
String msg,
int requestReturnCode)
|
|
RSrvException(Rconnection c,
String msg,
Rpacket p)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
String |
getRequestErrorDescription()
|
String |
getRequestErrorDescription(int code)
|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Rconnection conn
protected String err
protected int reqReturnCode
| Constructor Detail |
|---|
public RSrvException(Rconnection c,
String msg)
public RSrvException(Rconnection c,
String msg,
int requestReturnCode)
public RSrvException(Rconnection c,
String msg,
Rpacket p)
| Method Detail |
|---|
public String getRequestErrorDescription()
public String getRequestErrorDescription(int code)
public String getMessage()
getMessage in class Throwablepublic int getRequestReturnCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||