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.
|
toStringgetRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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 ThrowableCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.