public class UnsupportedConfigurationException extends IOException
Modifier and Type | Field and Description |
---|---|
static String |
AMBIGUITY_IN_BUILD_DATA
Predefined message.
|
static String |
AMBIGUITY_IN_REMOTE_NAMES
Predefined message.
|
static String |
ILLEGAL_CONFIG_NO_REPO_NAME_DEFINED
Predefined message.
|
Constructor and Description |
---|
UnsupportedConfigurationException(String message)
Constructor for UnsupportedConfigurationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String ILLEGAL_CONFIG_NO_REPO_NAME_DEFINED
public static final String AMBIGUITY_IN_REMOTE_NAMES
public static final String AMBIGUITY_IN_BUILD_DATA
public UnsupportedConfigurationException(String message)
message
- The Exception messageCopyright © 2016–2022. All rights reserved.