public class ExternalProcessException extends RuntimeException
| Constructor and Description |
|---|
ExternalProcessException(String message)
Creates a new exception with the given message.
|
ExternalProcessException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExternalProcessException(String message)