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