org.apache.activemq.transport.tcp
Class ExceededMaximumConnectionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException
- All Implemented Interfaces:
- Serializable
public class ExceededMaximumConnectionsException
- extends Exception
Thrown to indicate that the TcpTransportServer.maximumConnections
property has been exceeded.
- Author:
- bsnyder
- See Also:
TcpTransportServer#maximumConnections}
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExceededMaximumConnectionsException
public ExceededMaximumConnectionsException(String message)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.