public class JRemoteException
extends java.lang.Exception
A generic exception thrown when an unexpected error occurs whilst communicating with the remote jBASE instance.
Constructor and Description |
---|
JRemoteException() |
JRemoteException(ErrorResponse response) |
JRemoteException(java.lang.String msg) |
JRemoteException(java.lang.String msg,
int error) |
Modifier and Type | Method and Description |
---|---|
int |
getError() |
public JRemoteException()
public JRemoteException(java.lang.String msg)
public JRemoteException(java.lang.String msg, int error)
public JRemoteException(ErrorResponse response)