com.intersys.objects
Class CacheCollectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.intersys.objects.CacheCollectionException
All Implemented Interfaces:
Serializable

public class CacheCollectionException
extends RuntimeException
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheCollectionException(CacheException x)
           
CacheCollectionException(String message)
           
 
Method Summary
 String getMessage()
           
 void printFullTrace(OutputStream out)
           
 void printFullTrace(Writer out)
           
 void printStackTrace(PrintStream out)
           
 void printStackTrace(PrintWriter out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheCollectionException

public CacheCollectionException(String message)

CacheCollectionException

public CacheCollectionException(CacheException x)
Method Detail

getMessage

public String getMessage()

printStackTrace

public void printStackTrace(PrintWriter out)

printStackTrace

public void printStackTrace(PrintStream out)

printFullTrace

public void printFullTrace(OutputStream out)

printFullTrace

public void printFullTrace(Writer out)