com.intersys.objects
Class CacheMultiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.CacheMultiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidClassException

public class CacheMultiException
extends CacheException

CacheMultiException.java Created: Fri Nov 09 14:45:36 2001

See Also:
Serialized Form

Constructor Summary
CacheMultiException(String msg)
           
CacheMultiException(String msg, int errCode, Throwable source)
           
CacheMultiException(String msg, List sources)
           
 
Method Summary
 void add(Throwable x)
           
 String getMessage()
           
 void printFullTrace(Writer out)
           
 
Methods inherited from class com.intersys.objects.CacheException
getCode, printFullTrace
 
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

CacheMultiException

public CacheMultiException(String msg)

CacheMultiException

public CacheMultiException(String msg,
                           int errCode,
                           Throwable source)

CacheMultiException

public CacheMultiException(String msg,
                           List sources)
Method Detail

add

public void add(Throwable x)

getMessage

public String getMessage()
Overrides:
getMessage in class CacheException

printFullTrace

public void printFullTrace(Writer out)
Overrides:
printFullTrace in class CacheException