org.logicblaze.lingo.jms
Class FailedToProcessResponse

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.logicblaze.lingo.jms.FailedToProcessResponse
All Implemented Interfaces:
Serializable

public class FailedToProcessResponse
extends RuntimeException

An exception caused by failing to process an inbound message response

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
FailedToProcessResponse(Message message, JMSException cause)
           
 
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

FailedToProcessResponse

public FailedToProcessResponse(Message message,
                               JMSException cause)


Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.