org.jboss.remoting
Class InvocationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.MarshalException
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
Fields inherited from class java.rmi.RemoteException |
detail |
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 |
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.