public class GatewayException extends OperationAbortedException
Gateway
.Constructor and Description |
---|
GatewayException()
Constructor.
|
GatewayException(String msg)
Constructor.
|
GatewayException(String msg,
Throwable cause)
Constructor.
|
GatewayException(Throwable cause)
Constructor.
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GatewayException()
GatewayException
.public GatewayException(String msg)
GatewayException
with the specified detail
message.msg
- the detail messagepublic GatewayException(String msg, Throwable cause)
GatewayException
with the specified detail
message and cause.msg
- the detail messagecause
- the causal Throwablepublic GatewayException(Throwable cause)
GatewayException
with the specified cause.cause
- the causal Throwable