Class ServiceNotReadyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.docker.compose.readiness.ServiceNotReadyException
All Implemented Interfaces:
Serializable

public class ServiceNotReadyException extends RuntimeException
Exception thrown when a single RunningService is not ready.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
See Also:
  • Method Details

    • getService

      public RunningService getService()
      Return the service that was not ready.
      Returns:
      the non-ready service