public static class Resource.NoSuchResourceException extends NoSuchElementException implements OperationClientException
NoSuchElementException
variant that can be thrown by Resource.requireChild(PathElement)
and
Resource.navigate(PathAddress)
implementations to indicate a client error when invoking a
management operation.Constructor and Description |
---|
NoSuchResourceException(PathElement childPath) |
NoSuchResourceException(String message) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
getFailureDescription()
Get the detyped failure description.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NoSuchResourceException(PathElement childPath)
public NoSuchResourceException(String message)
public org.jboss.dmr.ModelNode getFailureDescription()
OperationClientException
getFailureDescription
in interface OperationClientException
null
Copyright © 2023 JBoss by Red Hat. All rights reserved.