public class TooManyConnectionsException extends Exception
| Constructor and Description |
|---|
TooManyConnectionsException()
Creates a new instance of
TooManyConnectionsException
without detail message. |
TooManyConnectionsException(String msg)
Constructs an instance of
TooManyConnectionsException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyConnectionsException()
TooManyConnectionsException
without detail message.public TooManyConnectionsException(String msg)
TooManyConnectionsException with
the specified detail message.msg - the detail message.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.