|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openorb.net.RebindChannelException
This exception is thrown to indicate the target channel has been replaced with a new implementation. Update the binding and retry using the new channel.
Constructor Summary | |
---|---|
RebindChannelException(ClientChannel channel,
java.lang.Object transportAssociation)
Creates new RetryChannelException without detail message. |
Method Summary | |
---|---|
ClientChannel |
getClientChannel()
Get the new client channel. |
java.lang.Object |
getTransportAssociation()
Get the new transport association. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RebindChannelException(ClientChannel channel, java.lang.Object transportAssociation)
RetryChannelException
without detail message.
Method Detail |
public ClientChannel getClientChannel()
public java.lang.Object getTransportAssociation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |