com.eurotech.framework
Class EsfTooManyInflightMessagesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eurotech.framework.EsfException
              extended by com.eurotech.framework.EsfTooManyInflightMessagesException
All Implemented Interfaces:
Serializable

public class EsfTooManyInflightMessagesException
extends EsfException

EsfTooManyInflightMessagesException is raised if a publish is attempted when there are already too many messages queued for publishing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.eurotech.framework.EsfException
m_code
 
Constructor Summary
EsfTooManyInflightMessagesException(Object argument)
           
EsfTooManyInflightMessagesException(Throwable cause, Object argument)
           
 
Method Summary
 
Methods inherited from class com.eurotech.framework.EsfException
getCode, getLocalizedMessage, getMessage, internalError, internalError, internalError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EsfTooManyInflightMessagesException

public EsfTooManyInflightMessagesException(Object argument)

EsfTooManyInflightMessagesException

public EsfTooManyInflightMessagesException(Throwable cause,
                                           Object argument)


Copyright © 2013. All Rights Reserved.