com.eurotech.framework
Class EsfStoreCapacityReachedException

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

public class EsfStoreCapacityReachedException
extends EsfStoreException

EsfStoreCapacityReachedException is raised when a message can not be appended to the publishing queue as the internal database buffer has reached its capacity for messages that are not yet published or they are still in transit.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.eurotech.framework.EsfException
m_code
 
Constructor Summary
EsfStoreCapacityReachedException(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

EsfStoreCapacityReachedException

public EsfStoreCapacityReachedException(Object argument)


Copyright © 2013. All Rights Reserved.