Class NoConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.connection.exceptions.ConnectionException
io.micronaut.data.connection.exceptions.NoConnectionException
- All Implemented Interfaces:
Serializable
Exception that occurs if no connection is present.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
ConstructorDescriptionNoConnectionException
(String message) NoConnectionException
(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
-
NoConnectionException
public NoConnectionException() -
NoConnectionException
- Parameters:
message
- The message
-
NoConnectionException
- Parameters:
message
- The messagecause
- The cause
-
-
Method Details
-
notFoundInAdvice
- Returns:
- The no connection exception for missing advice connection
-