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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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 nullCopyright © 2015 JBoss by Red Hat. All rights reserved.