Class DockerTimeoutException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String method  
      private java.net.URI uri  
    • Constructor Summary

      Constructors 
      Constructor Description
      DockerTimeoutException​(java.lang.String method, java.net.URI uri, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String method()  
      java.net.URI uri()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • method

        private final java.lang.String method
      • uri

        private final java.net.URI uri
    • Constructor Detail

      • DockerTimeoutException

        public DockerTimeoutException​(java.lang.String method,
                                      java.net.URI uri,
                                      java.lang.Throwable cause)
    • Method Detail

      • method

        public java.lang.String method()
      • uri

        public java.net.URI uri()