com.jbase.jremote
Class JRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbase.jremote.JRemoteException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JAuthenticationException, JRecordLockedException, JRecordNotFoundException, JSubroutineNotFoundException
public class JRemoteException
- extends Exception
A generic exception thrown when an unexpected error occurs
whilst communicating with the remote jBASE instance.
- Author:
- aphethean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JRemoteException
public JRemoteException()
JRemoteException
public JRemoteException(String msg)
JRemoteException
public JRemoteException(String msg,
int error)
JRemoteException
public JRemoteException(ErrorResponse response)
getError
public int getError()
Copyright © 2016 TEMENOS. All Rights Reserved.