com.accendia.iris.client
Class IncompatibleInterfaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.accendia.iris.client.IncompatibleInterfaceError
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleInterfaceError
extends java.lang.Error

Thrown when the interfaces shared by the client and server used to implement communication (commands, callback, complex types) have different signatures. For example this can happen when newer version of the shared interfaces were not deployed both on the client and the server.

See Also:
Serialized Form

Constructor Summary
IncompatibleInterfaceError(java.lang.String reason)
          Creates the error object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleInterfaceError

public IncompatibleInterfaceError(java.lang.String reason)
Creates the error object.

Parameters:
reason - The reason is set to the interface name that is not correctly deployed.