public class DatabaseEngineRuntimeException extends RuntimeException
DatabaseEngineRuntimeException exceptions.| Constructor and Description |
|---|
DatabaseEngineRuntimeException(String message)
Creates a new instance of DatabaseEngineRuntimeException.
|
DatabaseEngineRuntimeException(String message,
Throwable cause)
Creates a new instance of DatabaseEngineRuntimeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatabaseEngineRuntimeException(String message)
message - The message associated with the exception.Copyright © 2013. All Rights Reserved.