org.apache.yoko.orb.IMR
Class OADNotRunning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.apache.yoko.orb.IMR.OADNotRunning
All Implemented Interfaces:
Serializable, IDLEntity

public final class OADNotRunning
extends UserException

A OADNotRunning exception indicates that the OAD detailed in the member host isn't up.

See Also:
Serialized Form

Field Summary
 String host
           
 
Constructor Summary
OADNotRunning()
           
OADNotRunning(String host)
           
OADNotRunning(String _reason, String host)
           
 
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

host

public String host
Constructor Detail

OADNotRunning

public OADNotRunning()

OADNotRunning

public OADNotRunning(String host)

OADNotRunning

public OADNotRunning(String _reason,
                     String host)


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