Class NetworkNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.NotFoundException
-
- com.spotify.docker.client.exceptions.NetworkNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NetworkNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
networkId
-
Constructor Summary
Constructors Constructor Description NetworkNotFoundException(java.lang.String networkId)
NetworkNotFoundException(java.lang.String networkId, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNetworkId()
-