public class SqlDynaException extends DdlUtilsException
| Constructor and Description |
|---|
SqlDynaException()
Creates a new empty exception object.
|
SqlDynaException(String msg)
Creates a new exception object.
|
SqlDynaException(String msg,
Throwable baseEx)
Creates a new exception object.
|
SqlDynaException(Throwable baseEx)
Creates a new exception object.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic SqlDynaException()
public SqlDynaException(String msg)
msg - The exception messagepublic SqlDynaException(Throwable baseEx)
baseEx - The base exceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.