com.intersys.objects
Class CacheRunTimeException

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

public class CacheRunTimeException
extends RuntimeException
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheRunTimeException(CacheException x)
           
 
Method Summary
 String getMessage()
           
 CacheException getRealCause()
           
 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

CacheRunTimeException

public CacheRunTimeException(CacheException x)
Method Detail

getRealCause

public CacheException getRealCause()

getMessage

public String getMessage()

printFullTrace

public void printFullTrace(Writer out)