Package org.keycloak.models.map.storage
Class CriterionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.models.map.storage.CriterionNotSupportedException
- All Implemented Interfaces:
Serializable
- Author:
- hmlnarik
- See Also:
-
Constructor Summary
ConstructorDescriptionCriterionNotSupportedException
(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message) CriterionNotSupportedException
(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CriterionNotSupportedException
-
CriterionNotSupportedException
public CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message) -
CriterionNotSupportedException
public CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message, Throwable cause)
-
-
Method Details
-
getField
-
getOp
-