Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.logging |
Modifier and Type | Class and Description |
---|---|
class |
UnauthorizedException
OperationFailedRuntimeException thrown when an operation is not authorized. |
Modifier and Type | Method and Description |
---|---|
OperationFailedRuntimeException |
ControllerLogger.cannotRemove(String name)
Creates an exception indicating the inability to remove the
name . |
OperationFailedRuntimeException |
ControllerLogger_$logger.cannotRemove(String name) |
OperationFailedRuntimeException |
ControllerLogger.duplicateElement(String name)
Creates an exception indicating ad duplicate path element, represented by the
name parameter, was found. |
OperationFailedRuntimeException |
ControllerLogger_$logger.duplicateElement(String name) |
OperationFailedRuntimeException |
ControllerLogger.duplicateResourceAddress(PathAddress address)
Creates an exception indicating the resource is a duplicate.
|
OperationFailedRuntimeException |
ControllerLogger_$logger.duplicateResourceAddress(PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger.extensionModuleNotFound(org.jboss.modules.ModuleNotFoundException cause,
String module) |
OperationFailedRuntimeException |
ControllerLogger_$logger.extensionModuleNotFound(org.jboss.modules.ModuleNotFoundException cause,
String module) |
OperationFailedRuntimeException |
ControllerLogger.modelUpdateNotAuthorized(String operation,
PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger_$logger.modelUpdateNotAuthorized(String operation,
PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger.noChildType(String name)
Creates an exception indicating no child type for the
name . |
OperationFailedRuntimeException |
ControllerLogger_$logger.noChildType(String name) |
OperationFailedRuntimeException |
ControllerLogger.orderedChildTypeRenamed(PathAddress read,
PathAddress transformed,
String type,
Set<String> parentOrderedChildren) |
OperationFailedRuntimeException |
ControllerLogger_$logger.orderedChildTypeRenamed(PathAddress read,
PathAddress transformed,
String type,
Set<String> parentOrderedChildren) |
OperationFailedRuntimeException |
ControllerLogger.resourceNotFound(PathAddress ancestor,
PathAddress address)
Creates an exception indicating a resource does not exist.
|
OperationFailedRuntimeException |
ControllerLogger_$logger.resourceNotFound(PathAddress ancestor,
PathAddress address) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.