ConnectorNotFoundException

data class ConnectorNotFoundException(val action: Action, val message: String = "Connector not registered for action --- ") : ExecutorException

Exception thrown when a connector is not found for a given action.

Constructors

Link copied to clipboard
constructor(action: Action, message: String = "Connector not registered for action --- ")

Properties

Link copied to clipboard

The action for which the connector was not found.

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

The exception message.

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