BadServerLoginTypesException constructor

BadServerLoginTypesException(
  1. Set<String> serverLoginTypes,
  2. Set<String> supportedLoginTypes
)

Implementation

BadServerLoginTypesException(this.serverLoginTypes, this.supportedLoginTypes);