com.intersys.objects
Class CacheUnsupportedProtocolException

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

public class CacheUnsupportedProtocolException
extends CacheException

CacheUnsupportedProtocolException.java This exception indicate that server does not support protocol for the client. You must upgrade to a newer client. You can find more information about client and server versions by calling getInfo method. Created: Wed Nov 21 18:23:48 2001

See Also:
CacheUnsupportedProtocolException, Serialized Form

Constructor Summary
CacheUnsupportedProtocolException(ObjectServerInfo info)
           
 
Method Summary
 ObjectServerInfo getInfo()
           
 
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

CacheUnsupportedProtocolException

public CacheUnsupportedProtocolException(ObjectServerInfo info)
Method Detail

getInfo

public ObjectServerInfo getInfo()