com.intersys.objects
Class CacheException

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

Constructor Summary
CacheException()
           
CacheException(String errortext)
           
CacheException(String errortext, boolean nolog)
           
CacheException(String errortext, int errorcode)
           
CacheException(String errortext, int errorcode, Throwable x)
           
CacheException(Throwable x)
           
CacheException(Throwable x, String msg)
           
 
Method Summary
 int getCode()
           
 String getMessage()
           
 void printFullTrace(OutputStream out)
           
 void printFullTrace(Writer out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getCode

public int getCode()

getMessage

public String getMessage()

printFullTrace

public void printFullTrace(OutputStream out)

printFullTrace

public void printFullTrace(Writer out)