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 voidModelService. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)default <T> TModelInteractionService. 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 IntegerDashboardService. countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)DashboardWidgetDashboardService. createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of CommonException in com.evolveum.midpoint.prism
Subclasses of CommonException in com.evolveum.midpoint.prism Modifier and Type Class Description static classPrismContainerValue.RemovedItemDefinitionExceptionUsed when accessing an item whose definition was removed. -
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 voidOperationResult. 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 voidCheckedConsumer. accept(T argument)RCheckedFunction. apply(T argument)TCheckedProducer. get()voidCheckedRunnable. run()static <T> TMiscUtil. runChecked(CheckedFunction<Producer<T>,T> function, CheckedProducer<T> checkedProducer)static <T> TMiscUtil. 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 classAuthorizationExceptionException indicating violation of authorization policies.classCommunicationExceptionGeneric communication exception.classConcurrencyExceptionExceptional concurrency state or operation invocation.classConfigurationExceptionConfiguration exception indicates that something is mis-configured.classExpressionEvaluationExceptionError during evaluation of expression.classIndestructibilityViolationExceptionclassMaintenanceExceptionMay happen in case that resource is administratively set to maintenance mode.classNoFocusNameSchemaExceptionSpecific kind of SchemaException.classObjectAlreadyExistsExceptionObject already exists.classObjectNotFoundExceptionObject with specified criteria (OID) has not been found in the repository.classPolicyViolationExceptionclassSchemaExceptionError regarding schema.classScriptExecutionExceptionWraps any exceptions that occur during execution of expressions.classSecurityViolationExceptionException indicating violation of security policies.classThresholdPolicyViolationException
-