public class SQLEngineRuntimeException extends RuntimeException
Constructor and Description |
---|
SQLEngineRuntimeException()
Instantiates a new sQL engine runtime exception.
|
SQLEngineRuntimeException(String message)
Instantiates a new sQL engine runtime exception.
|
SQLEngineRuntimeException(String message,
Throwable cause)
Instantiates a new sQL engine runtime exception.
|
SQLEngineRuntimeException(Throwable cause)
Instantiates a new sQL engine runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLEngineRuntimeException()
public SQLEngineRuntimeException(String message)
message
- the messagepublic SQLEngineRuntimeException(String message, Throwable cause)
message
- the messagecause
- the causepublic SQLEngineRuntimeException(Throwable cause)
cause
- the causeCopyright © 2003–2022 XDEV Software. All rights reserved.