JBoss EJB client 2.0.0.Beta4

org.jboss.ejb.client
Class RequestSendFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.ejb.client.RequestSendFailedException
All Implemented Interfaces:
Serializable

public class RequestSendFailedException
extends RuntimeException

An exception (typically) thrown by EJBReceivers if the receiver couldn't successfully handle a request.

See Also:
Serialized Form

Constructor Summary
RequestSendFailedException(String failedNodeName, String failureMessage, Throwable cause)
           
 
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

RequestSendFailedException

public RequestSendFailedException(String failedNodeName,
                                  String failureMessage,
                                  Throwable cause)
Parameters:
failedNodeName - The node name of the EJB receiver which failed to handle the request
failureMessage - The exception message
cause - The exception which caused this failure

JBoss EJB client 2.0.0.Beta4

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.