com.intersys.objects
Class CacheIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.intersys.objects.CacheIOException
All Implemented Interfaces:
Serializable

public class CacheIOException
extends IOException

CacheIOException is thrown when an error occurs using Cache Streams

See Also:
CacheInputStream, CacheOutputStream, Serialized Form

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

Constructor Detail

CacheIOException

public CacheIOException(CacheException x)
Method Detail

printFullTrace

public void printFullTrace(OutputStream out)

printFullTrace

public void printFullTrace(Writer out)

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintWriter s)