org.apache.qpid.jms
Class ChannelLimitReachedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by javax.jms.ResourceAllocationException
                  extended by org.apache.qpid.jms.ChannelLimitReachedException
All Implemented Interfaces:
Serializable

public class ChannelLimitReachedException
extends ResourceAllocationException

Indicates that the maximum number of sessions per connection limit has been reached.

See Also:
Serialized Form

Constructor Summary
ChannelLimitReachedException(long limit)
           
 
Method Summary
 long getLimit()
           
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
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

ChannelLimitReachedException

public ChannelLimitReachedException(long limit)
Method Detail

getLimit

public long getLimit()


Licensed to the Apache Software Foundation