public class ProgramInvocationException extends Exception
Constructor and Description |
---|
ProgramInvocationException(String message)
Creates a ProgramInvocationException with the given message.
|
ProgramInvocationException(String message,
Throwable cause)
Creates a ProgramInvocationException for the given exception with an
additional message.
|
ProgramInvocationException(Throwable cause)
Creates a ProgramInvocationException for the given exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProgramInvocationException(String message)
message
- The message for the exception.public ProgramInvocationException(Throwable cause)
cause
- The exception that causes the program invocation to fail.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.