com.jbase.jremote
Class JRecordNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbase.jremote.JRemoteException
com.jbase.jremote.JRecordNotFoundException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JRecordNotFoundException
public JRecordNotFoundException()
Copyright © 2016 TEMENOS. All Rights Reserved.