com.intersys.objects
Class CacheProtocolUpdatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intersys.objects.CacheException
com.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:
- Set System property
com.intersys.cache.ObsoleteProtocolOK
to
true
- Call
getDB()
method on this exception to get the
Database
object.
- See Also:
CacheUnsupportedProtocolException
,
Serialized Form
CacheProtocolUpdatedException
public CacheProtocolUpdatedException(Database db)
getDatabase
public Database getDatabase()