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