|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.openorb.orb.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)
Creates new RetryChannelException without detail message. |
Method Summary | |
ClientChannel |
getClientChannel()
Get the new client channel. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RebindChannelException(ClientChannel channel)
RetryChannelException
without detail message.Method Detail |
public ClientChannel getClientChannel()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |