public class ProcessExecutionException extends Exception
Constructor and Description |
---|
ProcessExecutionException(String message)
Creates a new process execution exception providing a
message describing the reason. |
ProcessExecutionException(String message,
Throwable cause)
Creates a new process execution exception providing a
message describing the reason and the respective
cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessExecutionException(String message, Throwable cause)
message
describing the reason and the respective
cause
.message
- The message.cause
- The cause.public ProcessExecutionException(String message)
message
describing the reason.message
- The message.Copyright © 2017. All rights reserved.