wt.dataservice
Class SQLScriptExecutor.ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.dataservice.SQLScriptExecutor.ExecutionException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- Enclosing class:
- SQLScriptExecutor
- public static class SQLScriptExecutor.ExecutionException
- extends WTException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
processOutput_
private String processOutput_
SQLScriptExecutor.ExecutionException
public SQLScriptExecutor.ExecutionException(Throwable throwable,
String message)
- Creates a new ExecutionException object.
- Parameters:
throwable
- The ecxeption from the other thread.message
- If available, this is an explanation or the exception.
SQLScriptExecutor.ExecutionException
protected SQLScriptExecutor.ExecutionException(String message,
String process_output)
- Creates a new ExecutionException object.
- Parameters:
message
- If available, this is an explanation of the exception.process_output
- The output that a the SQLplus session would output to the console,
if you performed this execution manually.
SQLScriptExecutor.ExecutionException
public SQLScriptExecutor.ExecutionException(String message)
- Creates a new ExecutionException object.
- Parameters:
message
- If available, an explanation of the exception.
getProcessOutput
public String getProcessOutput()
- Deliver all the output from the SQLplus session.
- Returns:
- The other thread's output during an SQLplus session, including login.