Resource.NoSuchResourceException
@Deprecated public class NoSuchResourceException extends Resource.NoSuchResourceException
RuntimeException
implementing OperationClientException
that is thrown when a resource cannot be found.Constructor and Description |
---|
NoSuchResourceException(String message)
Deprecated.
Constructs a
OperationFailedException with the given message. |
getFailureDescription, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NoSuchResourceException(String message)
OperationFailedException
with the given message.
The message is also used as the failure description
.
The cause is not initialized, and may
subsequently be initialized by a call to initCause
.message
- the description of the failure. Cannot be null
Copyright © 2023 JBoss by Red Hat. All rights reserved.