public class DatabaseOperationException extends DdlUtilsException
| Constructor and Description |
|---|
DatabaseOperationException()
Creates a new empty exception object.
|
DatabaseOperationException(String msg)
Creates a new exception object.
|
DatabaseOperationException(String msg,
Throwable baseEx)
Creates a new exception object.
|
DatabaseOperationException(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 DatabaseOperationException()
public DatabaseOperationException(String msg)
msg - The exception messagepublic DatabaseOperationException(Throwable baseEx)
baseEx - The base exceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.