Package io.vertx.sqlclient
Class ClosedConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.sqlclient.ClosedConnectionException
-
- All Implemented Interfaces:
Serializable
public class ClosedConnectionException extends VertxException
When a client operation fails with this exception, the underlying connection may have been lost unexpectedly.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ClosedConnectionException
INSTANCE
-
Method Summary
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static ClosedConnectionException INSTANCE
-
-