Class ServerImplMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.junit.servers.exceptions.ServerImplMissingException
- All Implemented Interfaces:
Serializable
Exception thrown when embedded server implementation is missing.
For example, this exception can be thrown in junit runner when no
implementation can be found at runtime.
- 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
-
ServerImplMissingException
public ServerImplMissingException()Create exception.
-