org.objectweb.dream.protocol.rpc
Class InvocationException

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

public class InvocationException
extends Exception

See Also:
Serialized Form

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

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.