org.objectweb.dream.protocol.rpc
Class RPCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.protocol.rpc.RPCException
All Implemented Interfaces:
Serializable

public class RPCException
extends Exception

See Also:
Serialized Form

Constructor Summary
RPCException()
           
RPCException(String message)
           
RPCException(String message, Throwable cause)
          Creates an exception caused by another exception.
RPCException(Throwable cause)
          Creates an exception caused by another exception.
 
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
 

Constructor Detail

RPCException

public RPCException()
See Also:
Exception.Exception()

RPCException

public RPCException(String message)
See Also:
Exception.Exception(java.lang.String)

RPCException

public RPCException(String message,
                    Throwable cause)
Creates an exception caused by another exception.

Parameters:
message - the detail message.
cause - a throwable that cause this exception.
See Also:
Exception.Exception(java.lang.String)

RPCException

public RPCException(Throwable cause)
Creates an exception caused by another exception.

Parameters:
cause - a throwable that cause this exception.
See Also:
Exception.Exception()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.