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
 
 public class CriterionNotSupportedException extends RuntimeException - Author:
- hmlnarik
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op)CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message)CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchableModelFieldgetField()ModelCriteriaBuilder.OperatorgetOp()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CriterionNotSupportedExceptionpublic CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op) 
 - 
CriterionNotSupportedExceptionpublic CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message) 
 - 
CriterionNotSupportedExceptionpublic CriterionNotSupportedException(SearchableModelField field, ModelCriteriaBuilder.Operator op, String message, Throwable cause) 
 
- 
 - 
Method Detail- 
getFieldpublic SearchableModelField getField() 
 - 
getOppublic ModelCriteriaBuilder.Operator getOp() 
 
- 
 
-