Package org.keycloak.quarkus.runtime
Class Messages
java.lang.Object
org.keycloak.quarkus.runtime.Messages
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcliExecutionError(picocli.CommandLine cmd, String message, Throwable cause) static Stringstatic ThrowableemptyValueForKey(String key) static IllegalStateExceptionstatic IllegalArgumentExceptioninvalidDatabaseVendor(String db, List<String> availableOptions) static ThrowableinvalidLogCategoryFormat(String category) static ThrowableinvalidLogLevel(String logLevel) static IllegalArgumentExceptioninvalidProxyMode(String mode) static ThrowablenotRecognizedValueInList(String key, String values, String expected)
-
Method Details
-
invalidDatabaseVendor
public static IllegalArgumentException invalidDatabaseVendor(String db, List<String> availableOptions) -
invalidProxyMode
-
httpsConfigurationNotSet
-
cliExecutionError
-
devProfileNotAllowedError
-
invalidLogLevel
-
invalidLogCategoryFormat
-
emptyValueForKey
-
notRecognizedValueInList
-