Class ClientException

All Implemented Interfaces:
Serializable

public class ClientException extends RuntimeException
Wraps an exception with client context
See Also:
  • Constructor Details

    • ClientException

      public ClientException(@NotNull @NotNull String message, @NotNull @NotNull Client client, @NotNull @NotNull Throwable cause)
  • Method Details

    • getClient

      @NotNull public @NotNull Client getClient()
    • getFormattedMessage

      @NotNull public @NotNull String getFormattedMessage()