Package io.gorules.zen.loader
Class ApiLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gorules.zen.loader.ApiLoaderException
- All Implemented Interfaces:
Serializable
Exception thrown when ApiDecisionLoader fails to load a decision from the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApiLoaderException(String message) Create exception with message.ApiLoaderException(String message, Throwable cause) Create 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
-
ApiLoaderException
Create exception with message.- Parameters:
message- Error message
-
ApiLoaderException
Create exception with message and cause.- Parameters:
message- Error messagecause- Underlying cause
-