public class NotSupportYetException extends RuntimeException
| 构造器和说明 |
|---|
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.
|
public NotSupportYetException()
public NotSupportYetException(String message)
message - the messagepublic NotSupportYetException(String message, Throwable cause)
message - the messagecause - the causepublic NotSupportYetException(Throwable cause)
cause - the causeCopyright © 2020 Seata. All rights reserved.