com.github.dockerjava.client
Class DockerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dockerjava.client.DockerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NotFoundException
public class DockerException
- extends RuntimeException
- Author:
- Konstantin Pelykh ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DockerException
public DockerException()
DockerException
public DockerException(String message)
DockerException
public DockerException(String message,
Throwable cause)
DockerException
public DockerException(Throwable cause)
Copyright © 2014. All rights reserved.