com.intersys.objects
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intersys.objects.CacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CacheMultiException, CacheNullValueException, CacheProtocolUpdatedException, CacheServerException, CacheTooBigDataException, CacheUnsupportedProtocolException, CallinException, DatabaseExistsException, ObjectClosedException, SystemError
- public class CacheException
- extends Exception
- implements Serializable
- See Also:
- Serialized Form
CacheException
public CacheException(Throwable x)
CacheException
public CacheException(Throwable x,
String msg)
CacheException
public CacheException()
CacheException
public CacheException(String errortext,
boolean nolog)
CacheException
public CacheException(String errortext)
CacheException
public CacheException(String errortext,
int errorcode)
CacheException
public CacheException(String errortext,
int errorcode,
Throwable x)
getCode
public int getCode()
getMessage
public String getMessage()
printFullTrace
public void printFullTrace(OutputStream out)
printFullTrace
public void printFullTrace(Writer out)