Package com.microej.kf.util.control.net
Class OpenedSocketsLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- com.microej.kf.util.control.net.OpenedSocketsLimitException
-
- All Implemented Interfaces:
Serializable
public class OpenedSocketsLimitException extends SecurityException
Exception thrown when the limit of the number of opened sockets is exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenedSocketsLimitException()Constructs a new exception withnullas its detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
OpenedSocketsLimitException
public OpenedSocketsLimitException()
Constructs a new exception withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).
-
-