com.intersys.objects
Class CacheProtocolUpdatedException

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

public class CacheProtocolUpdatedException
extends CacheException

CacheProtocolUpdatedException.java Created: Wed Nov 21 18:16:07 2001 This is an information only exception which is thrown if protocol version of the server is higher than protocol version of the client, but server did not indicate that the client protocol is not supported.

Generally this exception means that some optional functionality of server is not supported by client.

This exception can be safely disregarded. There are 2 ways to work around this exception:

See Also:
CacheUnsupportedProtocolException, Serialized Form

Constructor Summary
CacheProtocolUpdatedException(Database db)
           
 
Method Summary
 Database getDatabase()
           
 
Methods inherited from class com.intersys.objects.CacheException
getCode, getMessage, printFullTrace, 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

CacheProtocolUpdatedException

public CacheProtocolUpdatedException(Database db)
Method Detail

getDatabase

public Database getDatabase()