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