java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.metadata.hson.HsonException
- All Implemented Interfaces:
Serializable
Exception marking a problem with HSON operations.
- See Also:
-
Constructor Summary
ConstructorDescriptionHsonException
(String message) Create a new instance with a customized message.HsonException
(String message, Throwable cause) Create a new instance with a customized 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
-
HsonException
Create a new instance with a customized message.- Parameters:
message
- message to use
-
HsonException
Create a new instance with a customized message and cause.- Parameters:
message
- message to usecause
- cause of this exception
-