Class DockerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.docker.compose.core.DockerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DockerNotRunningException, DockerOutputParseException, DockerProcessStartException

public abstract class DockerException extends RuntimeException
Base class for docker exceptions.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
See Also:
  • Constructor Details

    • DockerException

      public DockerException(String message)
    • DockerException

      public DockerException(String message, Throwable cause)