jremote jbase5.2.1

com.jbase.jremote
Class JRecordNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jbase.jremote.JRemoteException
              extended by com.jbase.jremote.JRecordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class JRecordNotFoundException
extends JRemoteException

A generic jBASE record not found exception.

Generally it is a good idea to check if a record exists before reading as throwing exceptions is more expensive.

Author:
aphethean
See Also:
read(), exists(), Serialized Form

Constructor Summary
JRecordNotFoundException()
           
 
Method Summary
 
Methods inherited from class com.jbase.jremote.JRemoteException
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

JRecordNotFoundException

public JRecordNotFoundException()

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.