public class ExecException extends Exception
| Constructor and Description |
|---|
ExecException()
Creates new
ExecException without detail message. |
ExecException(String msg)
Constructs an
ExecException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecException()
ExecException without detail message.public ExecException(String msg)
ExecException with the specified detail message.msg - the detail message.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.