Uses of Class
com.evolveum.midpoint.util.exception.CommonException
-
-
Uses of CommonException in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with type parameters of type CommonException Modifier and Type Method Description <T extends CommonException>
TLocalizationService. translate(T e)
Fills-in message and localizedMessage based on userFriendlyMessage, if needed.<T extends CommonException>
TLocalizationServiceImpl. translate(T e)
-
Uses of CommonException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw CommonException Modifier and Type Method Description void
ModelService. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
default <T> T
ModelInteractionService. runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of CommonException in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that throw CommonException Modifier and Type Method Description Integer
DashboardService. countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)
DashboardWidget
DashboardService. createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of CommonException in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type CommonException Modifier and Type Method Description void
OperationResult. record(CommonException exception)
Records result from a common exception type. -
Uses of CommonException in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that throw CommonException Modifier and Type Method Description void
CheckedConsumer. accept(T argument)
R
CheckedFunction. apply(T argument)
T
CheckedProducer. get()
void
CheckedRunnable. run()
static <T> T
MiscUtil. runChecked(CheckedFunction<Producer<T>,T> function, CheckedProducer<T> checkedProducer)
static <T> T
MiscUtil. unwrapTunnelledException(TunnelException te)
-
Uses of CommonException in com.evolveum.midpoint.util.exception
Subclasses of CommonException in com.evolveum.midpoint.util.exception Modifier and Type Class Description class
AuthorizationException
Exception indicating violation of authorization policies.class
CommunicationException
Generic communication exception.class
ConcurrencyException
Exceptional concurrency state or operation invocation.class
ConfigurationException
Configuration exception indicates that something is mis-configured.class
ExpressionEvaluationException
Error during evaluation of expression.class
IndestructibilityViolationException
class
MaintenanceException
May happen in case that resource is administratively set to maintenance mode.class
NoFocusNameSchemaException
Specific kind of SchemaException.class
ObjectAlreadyExistsException
Object already exists.class
ObjectNotFoundException
Object with specified criteria (OID) has not been found in the repository.class
PolicyViolationException
class
SchemaException
Error regarding schema.class
ScriptExecutionException
Wraps any exceptions that occur during execution of expressions.class
SecurityViolationException
Exception indicating violation of security policies.class
ThresholdPolicyViolationException
-