Package io.helidon.common.configurable
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.configurable.ResourceException
- All Implemented Interfaces:
Serializable
Exception used from
Resource
and other resource related components marking an issue with access to a Resource
or instance generated from it.- See Also:
-
Constructor Summary
ConstructorDescriptionResourceException
(String message) Exception with message only.ResourceException
(String message, Throwable cause) Exception with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceException
Exception with message only.- Parameters:
message
- message
-
ResourceException
Exception with message and cause.- Parameters:
message
- messagecause
- cause
-