jremote jbase5.2.1

com.jbase.jremote
Class JRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JRemoteException()
           
JRemoteException(ErrorResponse response)
           
JRemoteException(String msg)
           
JRemoteException(String msg, int error)
           
 
Method Summary
 int getError()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRemoteException

public JRemoteException()

JRemoteException

public JRemoteException(String msg)

JRemoteException

public JRemoteException(String msg,
                        int error)

JRemoteException

public JRemoteException(ErrorResponse response)
Method Detail

getError

public int getError()

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.