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

public class ServerImplMissingException extends RuntimeException
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 Details

    • ServerImplMissingException

      public ServerImplMissingException()
      Create exception.