com.github.dockerjava.api
Class DockerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DockerException(String message, int httpStatus)
           
DockerException(String message, int httpStatus, Throwable cause)
           
 
Method Summary
 int getHttpStatus()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DockerException

public DockerException(String message,
                       int httpStatus)

DockerException

public DockerException(String message,
                       int httpStatus,
                       Throwable cause)
Method Detail

getHttpStatus

public int getHttpStatus()


Copyright © 2014. All rights reserved.