Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.host.rmi
Class RMIHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.host.rmi.RMIHostException
All Implemented Interfaces:
Serializable

public class RMIHostException
extends TuscanyException

This exception will relate to situations where the end applicaition's input is the cause of the exception

See Also:
Serialized Form

Constructor Summary
RMIHostException()
           
RMIHostException(String message)
           
RMIHostException(String message, Throwable cause)
           
RMIHostException(Throwable e)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyException
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

RMIHostException

public RMIHostException()

RMIHostException

public RMIHostException(String message)

RMIHostException

public RMIHostException(Throwable e)

RMIHostException

public RMIHostException(String message,
                        Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-