InvalidTestRequestException

class InvalidTestRequestException(authority: String, externalAuthorities: Set<String>, mainHostWithPorts: List<String>) : IllegalArgumentException

Thrown when a request is made to an unknown resource

Constructors

Link copied to clipboard
constructor(authority: String, externalAuthorities: Set<String>, mainHostWithPorts: List<String>)

Properties

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