org.logicblaze.lingo.jms
Class FailedToProcessResponse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.logicblaze.lingo.jms.FailedToProcessResponse
All Implemented Interfaces:
java.io.Serializable

public class FailedToProcessResponse
extends java.lang.RuntimeException

An exception caused by failing to process an inbound message response

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

Constructor Summary
FailedToProcessResponse(javax.jms.Message message, javax.jms.JMSException 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

FailedToProcessResponse

public FailedToProcessResponse(javax.jms.Message message,
                               javax.jms.JMSException cause)


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