Package com.loop54.exceptions
Class EngineStatusCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.loop54.exceptions.Loop54Exception
com.loop54.exceptions.EngineStatusCodeException
- All Implemented Interfaces:
Serializable
Thrown when the engine is reachable, but the response status code was not 200.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ErrorDetailsDetails about the error provided by the engine. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
details
Details about the error provided by the engine.
-
-
Constructor Details
-
EngineStatusCodeException
-