Package com.infilos.utils.pool
Class PoolClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.infilos.utils.pool.PoolClosedException
-
- All Implemented Interfaces:
Serializable
public final class PoolClosedException extends RuntimeException
- Author:
- zhiguang.zhang on 2020-03-26.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PoolClosedException
create()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
create
public static PoolClosedException create()
-
-