public class GatewayRuntimeException extends RuntimeException
构造器和说明 |
---|
GatewayRuntimeException(String message)
Constructs a new exception with the specified detail message.
|
GatewayRuntimeException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
GatewayRuntimeException(Throwable cause)
Constructs a new exception with the specified cause.
|
public GatewayRuntimeException(String message)
message
- the detail message.public GatewayRuntimeException(Throwable cause)
cause
- the cause.Copyright © 2023. All rights reserved.