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.

@FunctionalInterface public interface TemporarilyDownException
Indicates that the connection is still down.
Since:
4.1.0
Author:
Guillermo Calvo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the temporarily down connection that caused this exception.
  • Field Details

  • Method Details

    • getConnection

      TemporarilyDownConnection getConnection()
      Returns the temporarily down connection that caused this exception.
      Returns:
      the temporarily down connection that caused this exception.