com.intersys.cache.jni
Class CallinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intersys.objects.CacheException
com.intersys.cache.jni.CallinException
- All Implemented Interfaces:
- Serializable
- public class CallinException
- extends CacheException
- implements Serializable
Exception thrown when the Cache callin interface returns an error.
The errors returned from the callin interface are defined in
source/cache/ccallin.h. These are generated when an operation
that calls into Cache returns an error status instead of Success.
- See Also:
- Serialized Form
Constructor Summary |
CallinException(int code)
Build a generic message that includes the text of the error |
CallinException(String msg,
int code)
Build the error message out of the supplied text and add the
text of the Cache error to the end. |
CallinException
public CallinException(int code)
- Build a generic message that includes the text of the error
- Parameters:
code
- error code returned from the callin function
CallinException
public CallinException(String msg,
int code)
- Build the error message out of the supplied text and add the
text of the Cache error to the end.
- Parameters:
code
- error code returned from the callin function