com.github.dockerjava.client
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.client.DockerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotFoundException

public class DockerException
extends RuntimeException

Author:
Konstantin Pelykh ([email protected])
See Also:
Serialized Form

Constructor Summary
DockerException()
           
DockerException(String message)
           
DockerException(String message, Throwable cause)
           
DockerException(Throwable cause)
           
 
Method Summary
 
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()

DockerException

public DockerException(String message)

DockerException

public DockerException(String message,
                       Throwable cause)

DockerException

public DockerException(Throwable cause)


Copyright © 2014. All rights reserved.