|
@@ -22,6 +22,8 @@ package org.apache.zookeeper.server;
|
|
* Indicates that the number of client connections has exceeded some limit.
|
|
* Indicates that the number of client connections has exceeded some limit.
|
|
*/
|
|
*/
|
|
public class ClientCnxnLimitException extends Exception {
|
|
public class ClientCnxnLimitException extends Exception {
|
|
|
|
+ private static final long serialVersionUID = -8655587505476768446L;
|
|
|
|
+
|
|
public ClientCnxnLimitException() {
|
|
public ClientCnxnLimitException() {
|
|
super("Connection throttle rejected connection");
|
|
super("Connection throttle rejected connection");
|
|
}
|
|
}
|