public final class LocalizationMessages extends Object
Constructor and Description |
---|
LocalizationMessages() |
Modifier and Type | Method and Description |
---|---|
static String |
ERROR_WHEN_CREATING_SERVER()
IOException thrown when trying to create simple server.
|
static org.glassfish.jersey.internal.l10n.Localizable |
localizableERROR_WHEN_CREATING_SERVER() |
static org.glassfish.jersey.internal.l10n.Localizable |
localizableURI_CANNOT_BE_NULL() |
static org.glassfish.jersey.internal.l10n.Localizable |
localizableWRONG_SCHEME_WHEN_USING_HTTP() |
static org.glassfish.jersey.internal.l10n.Localizable |
localizableWRONG_SCHEME_WHEN_USING_HTTPS() |
static String |
URI_CANNOT_BE_NULL()
The URI must not be null.
|
static String |
WRONG_SCHEME_WHEN_USING_HTTP()
The URI scheme should be 'http' when not using SSL.
|
static String |
WRONG_SCHEME_WHEN_USING_HTTPS()
The URI scheme should be 'https' when using SSL.
|
public static org.glassfish.jersey.internal.l10n.Localizable localizableWRONG_SCHEME_WHEN_USING_HTTP()
public static String WRONG_SCHEME_WHEN_USING_HTTP()
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_WHEN_CREATING_SERVER()
public static String ERROR_WHEN_CREATING_SERVER()
public static org.glassfish.jersey.internal.l10n.Localizable localizableWRONG_SCHEME_WHEN_USING_HTTPS()
public static String WRONG_SCHEME_WHEN_USING_HTTPS()
public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_CANNOT_BE_NULL()
public static String URI_CANNOT_BE_NULL()
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.