public class UncategorizedScriptException extends ScriptException
SQLException
from JDBC that we cannot pinpoint more precisely.| Constructor and Description |
|---|
UncategorizedScriptException(java.lang.String message)
Construct a new
UncategorizedScriptException. |
UncategorizedScriptException(java.lang.String message,
java.lang.Throwable cause)
Construct a new
UncategorizedScriptException. |
contains, getMessage, getMostSpecificCause, getRootCausepublic UncategorizedScriptException(java.lang.String message)
UncategorizedScriptException.message - detailed messagepublic UncategorizedScriptException(java.lang.String message,
java.lang.Throwable cause)
UncategorizedScriptException.message - detailed messagecause - the root cause