Class DockerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadParamException,ConflictException,DockerRequestException,DockerTimeoutException,ImagePullFailedException,ImagePushFailedException,NonSwarmNodeException,NotFoundException,PermissionException,UnsupportedApiVersionException,VolumeNotFoundException
public class DockerException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DockerException(java.lang.String message)DockerException(java.lang.String message, java.lang.Throwable cause)DockerException(java.lang.Throwable cause)
-