Class DatabaseAuthenticationProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.service.util.jdbi.DatabaseAuthenticationProviderException
- All Implemented Interfaces:
Serializable
Database authentication provider exception responsible to all generic exception thrown by this layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseAuthenticationProviderException(String message, Throwable cause) DatabaseAuthenticationProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseAuthenticationProviderException
public DatabaseAuthenticationProviderException() -
DatabaseAuthenticationProviderException
-
DatabaseAuthenticationProviderException
-
DatabaseAuthenticationProviderException
-
DatabaseAuthenticationProviderException
-