Class ServerStopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.junit.servers.exceptions.ServerStopException
All Implemented Interfaces:
Serializable

public final class ServerStopException extends RuntimeException
Exception thrown when server cannot be stopped.
See Also:
  • Constructor Details

    • ServerStopException

      public ServerStopException(Throwable throwable)
      Create exception.
      Parameters:
      throwable - Original cause.