org.apache.tuscany.sca.host.corba
Class CorbaHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.host.corba.CorbaHostException
All Implemented Interfaces:
java.io.Serializable

public class CorbaHostException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String BINDING_IN_USE
           
static java.lang.String NO_SUCH_HOST
           
static java.lang.String NO_SUCH_OBJECT
           
static java.lang.String NO_SUCH_PORT
           
static java.lang.String WRONG_NAME
           
 
Constructor Summary
CorbaHostException(java.lang.Exception cause)
           
CorbaHostException(java.lang.String message)
           
CorbaHostException(java.lang.String message, java.lang.Exception cause)
           
 
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

BINDING_IN_USE

public static final java.lang.String BINDING_IN_USE
See Also:
Constant Field Values

NO_SUCH_OBJECT

public static final java.lang.String NO_SUCH_OBJECT
See Also:
Constant Field Values

NO_SUCH_HOST

public static final java.lang.String NO_SUCH_HOST
See Also:
Constant Field Values

NO_SUCH_PORT

public static final java.lang.String NO_SUCH_PORT
See Also:
Constant Field Values

WRONG_NAME

public static final java.lang.String WRONG_NAME
See Also:
Constant Field Values
Constructor Detail

CorbaHostException

public CorbaHostException(java.lang.String message)

CorbaHostException

public CorbaHostException(java.lang.Exception cause)

CorbaHostException

public CorbaHostException(java.lang.String message,
                          java.lang.Exception cause)