Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.host.rmi
Class RMIHostRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.api.TuscanyRuntimeException
                  extended by org.apache.tuscany.host.rmi.RMIHostRuntimeException
All Implemented Interfaces:
Serializable

public class RMIHostRuntimeException
extends TuscanyRuntimeException

This exception relates to cases where there is a problem with the Host runtime

See Also:
Serialized Form

Constructor Summary
RMIHostRuntimeException()
           
RMIHostRuntimeException(String message)
           
RMIHostRuntimeException(String message, Throwable cause)
           
RMIHostRuntimeException(Throwable e)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RMIHostRuntimeException

public RMIHostRuntimeException()

RMIHostRuntimeException

public RMIHostRuntimeException(String message)

RMIHostRuntimeException

public RMIHostRuntimeException(Throwable e)

RMIHostRuntimeException

public RMIHostRuntimeException(String message,
                               Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-