org.eclipse.ecf.remoteservice.rpc
Class RpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.remoteservice.rpc.RpcException
All Implemented Interfaces:
java.io.Serializable

public class RpcException
extends ECFException

See Also:
Serialized Form

Constructor Summary
RpcException(java.lang.String message, java.lang.Throwable cause)
           
RpcException(java.lang.Throwable cause)
           
RpcException(java.lang.Throwable cause, int errorCode)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcException

public RpcException(java.lang.Throwable cause)

RpcException

public RpcException(java.lang.Throwable cause,
                    int errorCode)

RpcException

public RpcException(java.lang.String message,
                    java.lang.Throwable cause)