RejectedMessageException

class RejectedMessageException(message: String, cause: Throwable? = null) : GatewayException

The private gateway refused to accept an outgoing message.

It could be that the first-party endpoint certificate isn't valid anymore or the message already expired, for example.

Retrying won't make any difference.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard