|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.accendia.iris.client.IncompatibleInterfaceError
public class IncompatibleInterfaceError
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.
| 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 |
|---|
public IncompatibleInterfaceError(java.lang.String reason)
reason - The reason is set to the interface name that
is not correctly deployed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||