Class PermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.PermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PermissionException extends DockerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionException(java.lang.String message)
PermissionException(java.lang.String message, java.lang.Throwable cause)
-