org.jboss.remoting
Class InvocationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by java.rmi.MarshalException
                      extended by org.jboss.remoting.InvocationFailureException
All Implemented Interfaces:
java.io.Serializable

public class InvocationFailureException
extends java.rmi.MarshalException

Indicates a client invoker was unable to perform an invocation.

Version:
$Revision: 1.1 $

Copyright Dec 29, 2007

Author:
Ron Sigal
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvocationFailureException()
           
InvocationFailureException(java.lang.Exception e)
           
InvocationFailureException(java.lang.String message)
           
InvocationFailureException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

InvocationFailureException

public InvocationFailureException()

InvocationFailureException

public InvocationFailureException(java.lang.Exception e)

InvocationFailureException

public InvocationFailureException(java.lang.String message)

InvocationFailureException

public InvocationFailureException(java.lang.String message,
                                  java.lang.Exception e)


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.