public class GatewayException extends Exception
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GatewayException(String message)
message - the detail message.public GatewayException(Throwable cause)
cause - the cause.Copyright © 2023. All rights reserved.