Class JpaMapExceptionConverter
java.lang.Object
org.keycloak.models.map.storage.jpa.hibernate.JpaMapExceptionConverter
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,ExceptionConverter,Provider,ProviderFactory<ExceptionConverter>
public class JpaMapExceptionConverter
extends Object
implements ExceptionConverter, EnvironmentDependentProviderFactory
This is needed for example by
org.keycloak.transaction.JtaTransactionWrapper to map an exception
that occurs on commit.- Author:
- Bill Burke, Alexander Schwartz
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ExceptionConverter
close, create, init, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
JpaMapExceptionConverter
public JpaMapExceptionConverter()
-
-
Method Details
-
convert
Description copied from interface:ExceptionConverterReturn null if the provider doesn't handle this type- Specified by:
convertin interfaceExceptionConverter- Returns:
-
getId
- Specified by:
getIdin interfaceProviderFactory<ExceptionConverter>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-