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 SummaryConstructorsConstructorDescriptionConnectionException(String message) ConnectionException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConnectionException- Parameters:
- message- The message
 
- 
ConnectionException- Parameters:
- message- The message
- cause- The cause
 
 
-