public class SQLParsingException extends RuntimeException
| Constructor and Description |
|---|
SQLParsingException(String message)
Instantiates a new Sql parsing exception.
|
SQLParsingException(String message,
Throwable cause)
Instantiates a new Sql parsing exception.
|
SQLParsingException(Throwable cause)
Instantiates a new Sql parsing exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SQLParsingException(String message)
message - the messagepublic SQLParsingException(String message, Throwable cause)
message - the messagecause - the causepublic SQLParsingException(Throwable cause)
cause - the causeCopyright © 2023 Seata. All rights reserved.