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
public class ResourceException extends RuntimeException
Exception used fromResource
and other resource related components marking an issue with access to aResource
or instance generated from it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceException(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
-
-