public class ShouldNeverHappenException extends RuntimeException
| 构造器和说明 |
|---|
ShouldNeverHappenException(String message)
Instantiates a new Should never happen exception.
|
ShouldNeverHappenException(String message,
Throwable cause)
Instantiates a new Should never happen exception.
|
ShouldNeverHappenException(Throwable cause)
Instantiates a new Should never happen exception.
|
public ShouldNeverHappenException(String message)
message - the messagepublic ShouldNeverHappenException(String message, Throwable cause)
message - the messagecause - the causepublic ShouldNeverHappenException(Throwable cause)
cause - the causeCopyright © 2022 Seata. All rights reserved.