public class PDIInternalException extends RuntimeException
| Constructor and Description |
|---|
PDIInternalException(TaskSet tasks)
Constructs a new exception.
|
PDIInternalException(TaskSet tasks,
String message)
Constructs a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected TaskSet tasks
public PDIInternalException(TaskSet tasks)
tasks - specify tasks throw exceptionpublic PDIInternalException(TaskSet tasks, String message)
tasks - specify tasks throw exceptionmessage - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.