Class ZestClientFailException

    • Constructor Detail

      • ZestClientFailException

        public ZestClientFailException​(ZestElement client,
                                       String message)
        Instantiates a new zest client fail exception.
        Parameters:
        client - the client
        message - the message
      • ZestClientFailException

        public ZestClientFailException​(ZestElement client,
                                       Throwable cause)
        Instantiates a new zest client fail exception.
        Parameters:
        client - the client
        cause - the cause
      • ZestClientFailException

        public ZestClientFailException​(ZestElement client,
                                       String message,
                                       Throwable cause)
        Constructs a ZestClientFailException with the given client, message, and cause.
        Parameters:
        client - the client.
        message - the detail message.
        cause - the cause.
        Since:
        0.14.0
      • ZestClientFailException

        public ZestClientFailException​(ZestElement client)
        Instantiates a new zest client fail exception.
        Parameters:
        client - the client
    • Method Detail

      • getElement

        public ZestElement getElement()
        Gets the client.
        Returns:
        the client