UnrecognizedConnectorPassedException

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

Exception thrown when an unrecognized connector is passed.

Constructors

Link copied to clipboard
constructor(type: String, message: String = "Unrecognized connector passed --- ")

Properties

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

The exception message.

Link copied to clipboard

The type of the unrecognized connector.

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