Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.connection.exceptions.ConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoConnectionException
Generic connection exception super class.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
ConstructorDescriptionConnectionException
(String message) ConnectionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
- Parameters:
message
- The message
-
ConnectionException
- Parameters:
message
- The messagecause
- The cause
-