com.github.dockerjava.api
Class DockerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dockerjava.api.DockerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadRequestException, ConflictException, InternalServerErrorException, NotAcceptableException, NotFoundException, NotModifiedException, UnauthorizedException
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(String message,
int httpStatus)
DockerException
public DockerException(String message,
int httpStatus,
Throwable cause)
getHttpStatus
public int getHttpStatus()
Copyright © 2014. All rights reserved.