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 org.jboss.remoting.InvocationFailureException
All Implemented Interfaces:
java.io.Serializable

public class InvocationFailureException
extends java.io.IOException

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

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.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

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.