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, setStackTracepublic NoSuchResourceException(PathElement childPath)
public NoSuchResourceException(String message)
public org.jboss.dmr.ModelNode getFailureDescription()
OperationClientExceptiongetFailureDescription in interface OperationClientExceptionnullCopyright © 2017 JBoss by Red Hat. All rights reserved.