InvalidRequestMessageException

Thrown if message with the request doesn't satisfy the requirements documented in getEntries.

Constructors

Link copied to clipboard
constructor(@NonNull message: String)
Constructs a new InvalidRequestMessageException exception.
constructor(@NonNull message: String, @NonNull cause: Throwable)
Constructs a new InvalidRequestMessageException exception.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String