Package io.fabric8.maven.docker.access
Class ExecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.fabric8.maven.docker.access.ExecException
-
- All Implemented Interfaces:
Serializable
public class ExecException extends Exception
Exception thrown when the execution of an exec container failed- Since:
- 18.01.18
- Author:
- roland
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecException(ExecDetails details, ContainerDetails container)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecException
public ExecException(ExecDetails details, ContainerDetails container)
-
-