Uses of Class
org.jboss.as.controller._private.OperationFailedRuntimeException
Packages that use OperationFailedRuntimeException
-
Uses of OperationFailedRuntimeException in org.jboss.as.controller
Subclasses of OperationFailedRuntimeException in org.jboss.as.controllerModifier and TypeClassDescriptionclassOperationFailedRuntimeExceptionthrown when an operation is not authorized. -
Uses of OperationFailedRuntimeException in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging that return OperationFailedRuntimeExceptionModifier and TypeMethodDescriptionControllerLogger_$logger.cannotRemove(String name) ControllerLogger.cannotRemove(String name) Creates an exception indicating the inability to remove thename.ControllerLogger_$logger.capabilityAlreadyRegisteredInContext(String capability, RegistrationPoint newPoint, String context, Set<RegistrationPoint> oldPoints) ControllerLogger.capabilityAlreadyRegisteredInContext(String capability, RegistrationPoint newPoint, String context, Set<RegistrationPoint> oldPoints) ControllerLogger_$logger.duplicateElement(String name) ControllerLogger.duplicateElement(String name) Creates an exception indicating ad duplicate path element, represented by thenameparameter, was found.ControllerLogger_$logger.duplicateResourceAddress(PathAddress address) ControllerLogger.duplicateResourceAddress(PathAddress address) Creates an exception indicating the resource is a duplicate.ControllerLogger_$logger.extensionModuleNotFound(org.jboss.modules.ModuleNotFoundException cause, String module) ControllerLogger.extensionModuleNotFound(org.jboss.modules.ModuleNotFoundException cause, String module) ControllerLogger_$logger.modelUpdateNotAuthorized(String operation, PathAddress address) ControllerLogger.modelUpdateNotAuthorized(String operation, PathAddress address) ControllerLogger_$logger.noChildType(String name) ControllerLogger.noChildType(String name) Creates an exception indicating no child type for thename.ControllerLogger_$logger.orderedChildTypeRenamed(PathAddress read, PathAddress transformed, String type, Set<String> parentOrderedChildren) ControllerLogger.orderedChildTypeRenamed(PathAddress read, PathAddress transformed, String type, Set<String> parentOrderedChildren) ControllerLogger_$logger.resourceNotFound(PathAddress ancestor, PathAddress address) ControllerLogger.resourceNotFound(PathAddress ancestor, PathAddress address) Creates an exception indicating a resource does not exist.ControllerLogger_$logger.socketBindingalreadyDeclared(String name1, String name2, String value, String parentName, String parentValue) ControllerLogger.socketBindingalreadyDeclared(String name1, String name2, String value, String parentName, String parentValue)