ExecutorException

Sealed class representing exceptions specific to the executor.

Inheritors

Types

Link copied to clipboard
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.

Link copied to clipboard
data class UnrecognizedConnectorPassedException(val type: String, val message: String = "Unrecognized connector passed --- ") : ExecutorException

Exception thrown when an unrecognized connector is passed.

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