public class DockerProcessExecutionException extends Exception
| Constructor and Description |
|---|
DockerProcessExecutionException(String msg)
Ctor.
|
DockerProcessExecutionException(String pattern,
Object... args)
Ctor.
|
DockerProcessExecutionException(Throwable cause)
Ctor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DockerProcessExecutionException(Throwable cause)
cause - Root cause details.public DockerProcessExecutionException(String msg)
msg - Exception details.public DockerProcessExecutionException(String pattern, Object... args)
pattern - The error message pattern.args - The arguments for error message.MessageFormat.format(String, Object...).Copyright © 2019. All rights reserved.