org.apache.qpid.jms
Class ChannelLimitReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
javax.jms.ResourceAllocationException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChannelLimitReachedException
public ChannelLimitReachedException(long limit)
getLimit
public long getLimit()
Licensed to the Apache Software Foundation