Interface TemporarilyDownException
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Indicates that the connection is still down.
- Since:
 - 4.1.0
 - Author:
 - Guillermo Calvo
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionReturns the temporarily down connection that caused this exception. 
- 
Field Details
- 
ERROR_MESSAGE
- See Also:
 
 
 - 
 - 
Method Details
- 
getConnection
TemporarilyDownConnection getConnection()Returns the temporarily down connection that caused this exception.- Returns:
 - the temporarily down connection that caused this exception.
 
 
 -