org.objectweb.dream.protocol.rpc
Class RPCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.protocol.rpc.RPCException
- All Implemented Interfaces:
- Serializable
public class RPCException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.