wt.dataservice
Class SQLScriptExecutor.ExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.dataservice.SQLScriptExecutor.ExecutionException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Enclosing class:
SQLScriptExecutor

public static class SQLScriptExecutor.ExecutionException
extends WTException

See Also:
Serialized Form

Field Summary
private  String processOutput_
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
  SQLScriptExecutor.ExecutionException(String message)
          Creates a new ExecutionException object.
protected SQLScriptExecutor.ExecutionException(String message, String process_output)
          Creates a new ExecutionException object.
  SQLScriptExecutor.ExecutionException(Throwable throwable, String message)
          Creates a new ExecutionException object.
 
Method Summary
 String getProcessOutput()
          Deliver all the output from the SQLplus session.
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

processOutput_

private String processOutput_
Constructor Detail

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.
Method Detail

getProcessOutput

public String getProcessOutput()
Deliver all the output from the SQLplus session.

Returns:
The other thread's output during an SQLplus session, including login.