com.intersys.objects
Class CacheClassCastException

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

public class CacheClassCastException
extends InvalidClassException

CacheClassCastException.java Created: Mon Jan 14 00:32:03 2002

See Also:
Serialized Form

Constructor Summary
CacheClassCastException(CacheClass from, CacheClass to)
           
 
Methods inherited from class com.intersys.objects.InvalidClassException
getCacheClass
 
Methods inherited from class com.intersys.objects.CacheMultiException
add, getMessage, printFullTrace
 
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

CacheClassCastException

public CacheClassCastException(CacheClass from,
                               CacheClass to)