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