Class DatabaseAuthenticationProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.service.util.jdbi.DatabaseAuthenticationProviderException
All Implemented Interfaces:
Serializable

public class DatabaseAuthenticationProviderException extends RuntimeException
Database authentication provider exception responsible to all generic exception thrown by this layer.
See Also:
  • Constructor Details

    • DatabaseAuthenticationProviderException

      public DatabaseAuthenticationProviderException()
    • DatabaseAuthenticationProviderException

      public DatabaseAuthenticationProviderException(String message)
    • DatabaseAuthenticationProviderException

      public DatabaseAuthenticationProviderException(String message, Throwable cause)
    • DatabaseAuthenticationProviderException

      public DatabaseAuthenticationProviderException(Throwable cause)
    • DatabaseAuthenticationProviderException

      public DatabaseAuthenticationProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)