com.beasys.Tobj
Class InvalidDomain

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--com.beasys.Tobj.InvalidDomain

public final class InvalidDomain
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity

For a remote client, raised if the Bootstrap object cannot connect to the BEA Tuxedo domain. The address of the BEA Tuxedo domain IIOP Server Listener/Handler is specified in the constructor. For a native client or server, raised if the domain is not booted.

See Also:
Serialized Form

Constructor Summary
InvalidDomain()
          This is the constructor for the class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDomain

public InvalidDomain()
This is the constructor for the class.