org.omg.MessageRouting
Class InvalidState

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.MessageRouting.InvalidState
All Implemented Interfaces:
Serializable, IDLEntity

public final class InvalidState
extends UserException

See Also:
Serialized Form

Field Summary
 short registration_state
           
 
Constructor Summary
InvalidState()
           
InvalidState(short registration_state)
           
InvalidState(String _reason, short registration_state)
           
 
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
 

Field Detail

registration_state

public short registration_state
Constructor Detail

InvalidState

public InvalidState()

InvalidState

public InvalidState(short registration_state)

InvalidState

public InvalidState(String _reason,
                    short registration_state)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.