Class GatewayException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GatewayException

        public GatewayException()
        Constructor. Creates a new instance of GatewayException.
      • GatewayException

        public GatewayException​(java.lang.String msg)
        Constructor. Creates an instance of GatewayException with the specified detail message.
        Parameters:
        msg - the detail message
      • GatewayException

        public GatewayException​(java.lang.String msg,
                                java.lang.Throwable cause)
        Constructor. Creates an instance of GatewayException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • GatewayException

        public GatewayException​(java.lang.Throwable cause)
        Constructor. Creates an instance of GatewayException with the specified cause.
        Parameters:
        cause - the causal Throwable