Class DruidException

    • Field Detail

      • HTTP_CODE_SERVER_ERROR

        public static final int HTTP_CODE_SERVER_ERROR
        Deprecated.
        See Also:
        Constant Field Values
      • HTTP_CODE_BAD_REQUEST

        public static final int HTTP_CODE_BAD_REQUEST
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DruidException

        public DruidException​(String message,
                              int responseCode,
                              Throwable cause,
                              boolean isTransient)
        Deprecated.
    • Method Detail

      • getResponseCode

        public int getResponseCode()
        Deprecated.
      • isTransient

        public boolean isTransient()
        Deprecated.
        Returns true if this is a transient exception and might go away if the operation is retried.