|
||||||||
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.orb.net.RebindChannelException
public class 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, 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 RebindChannelException(ClientChannel channel)
RetryChannelException
without detail message.
Method Detail |
---|
public ClientChannel getClientChannel()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |