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 theTcpTransportServer.maximumConnections
property has been exceeded.
-
-
Constructor Summary
Constructors Constructor Description ExceededMaximumConnectionsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExceededMaximumConnectionsException
public ExceededMaximumConnectionsException(String message)
-
-