Class BeforeHookError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devcycle.sdk.server.common.exception.BeforeHookError
- All Implemented Interfaces:
Serializable
Exception thrown when a before hook fails during variable evaluation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeforeHookError(String message) BeforeHookError(String message, Throwable 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
-
BeforeHookError
-
BeforeHookError
-