Package org.mockserver.server.initialize
Class ExpectationInitializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockserver.server.initialize.ExpectationInitializerException
- All Implemented Interfaces:
Serializable
Thrown when an expectation initializer (initialization JSON / OpenAPI file or initialization class)
fails to load and
failOnInitializationError is enabled, so that the failure aborts server
startup instead of being logged at WARN and ignored.- Author:
- jamesdbloom
- See Also:
-
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
-
Constructor Details
-
ExpectationInitializerException
-