Uses of Class
com.github.dockerjava.client.DockerException

Packages that use DockerException
com.github.dockerjava.client   
com.github.dockerjava.client.command   
 

Uses of DockerException in com.github.dockerjava.client
 

Subclasses of DockerException in com.github.dockerjava.client
 class NotFoundException
          Indicates that the given entity does not exist.
 

Methods in com.github.dockerjava.client that throw DockerException
 AuthConfig DockerClient.authConfig()
           
<RES_T> RES_T
DockerClient.execute(AbstrDockerCmd<?,RES_T> command)
           
 InfoCmd DockerClient.infoCmd()
           
 VersionCmd DockerClient.versionCmd()
           
 

Uses of DockerException in com.github.dockerjava.client.command
 

Methods in com.github.dockerjava.client.command that throw DockerException
protected  Integer WaitContainerCmd.impl()
           
protected  Version VersionCmd.impl()
           
protected  Integer UnpauseContainerCmd.impl()
           
protected  ContainerTopResponse TopContainerCmd.impl()
           
protected  Void StopContainerCmd.impl()
           
protected  Void StartContainerCmd.impl()
           
protected  Void RestartContainerCmd.impl()
           
protected  Void RemoveImageCmd.impl()
           
protected  Void RemoveContainerCmd.impl()
           
protected  Integer PauseContainerCmd.impl()
           
protected  com.sun.jersey.api.client.ClientResponse LogContainerCmd.impl()
           
protected  Void KillContainerCmd.impl()
           
protected  ContainerInspectResponse InspectContainerCmd.impl()
           
protected  Info InfoCmd.impl()
           
protected  com.sun.jersey.api.client.ClientResponse CopyFileFromContainerCmd.impl()
           
protected  List<ChangeLog> ContainerDiffCmd.impl()
           
protected  String CommitCmd.impl()
           
protected  Void AuthCmd.impl()
           
protected  com.sun.jersey.api.client.ClientResponse AttachContainerCmd.impl()
           
protected  String AbstrAuthCfgDockerCmd.registryAuth()
           
 



Copyright © 2014. All rights reserved.