Package io.fabric8.maven.docker.access
Class DockerAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.fabric8.maven.docker.access.DockerAccessException
-
- All Implemented Interfaces:
Serializable
public class DockerAccessException extends IOException
Exception thrown if access to the docker host fails- Since:
- 20.10.14
- Author:
- roland
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DockerAccessException(String message)DockerAccessException(String format, Object... args)DockerAccessException(Throwable cause, String message)ConstructorDockerAccessException(Throwable cause, String format, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-