org.omg.CORBA
Class REBIND

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.omg.CORBA.SystemException
                  extended byorg.omg.CORBA.REBIND
All Implemented Interfaces:
java.io.Serializable

public class REBIND
extends SystemException

REBIND is raised when the current effective RebindPolicy has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound object reference results in a LocateReply message with status OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD. This exception is also raised if the current effective RebindPolicy has a value of NO_RECONNECT and a connection must be re-opened. The invocation can be retried once the effective RebindPolicy is changed to TRANSPARENT or binding is re-established through an invocation of CORBA::Object::validate_connection.

Since:
CORBA 3.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
REBIND()
          Default constructor
REBIND(int minor, CompletionStatus completed)
          Constructor with fields initialization
REBIND(java.lang.String orb_reason)
          Constructor with reason string
REBIND(java.lang.String orb_reason, int minor, CompletionStatus completed)
          Full constructor with fields initialization
 
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

REBIND

public REBIND()
Default constructor


REBIND

public REBIND(java.lang.String orb_reason)
Constructor with reason string


REBIND

public REBIND(int minor,
              CompletionStatus completed)
Constructor with fields initialization

Parameters:
minor - minor exception member
completed - completed exception member

REBIND

public REBIND(java.lang.String orb_reason,
              int minor,
              CompletionStatus completed)
Full constructor with fields initialization

Parameters:
minor - minor exception member
completed - completed exception member