Class DatabendFailedToPingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.databend.jdbc.exception.DatabendFailedToPingException
All Implemented Interfaces:
Serializable

public class DatabendFailedToPingException extends RuntimeException
See Also:
  • Constructor Details

    • DatabendFailedToPingException

      public DatabendFailedToPingException()
    • DatabendFailedToPingException

      public DatabendFailedToPingException(String message)
    • DatabendFailedToPingException

      public DatabendFailedToPingException(String message, Throwable cause)
    • DatabendFailedToPingException

      public DatabendFailedToPingException(Throwable cause)
    • DatabendFailedToPingException

      protected DatabendFailedToPingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)