![JAR search and dependency download from the Maven repository](/logo.png)
org.cloudfoundry.identity.uaa.error.ParameterParsingException Maven / Gradle / Ivy
package org.cloudfoundry.identity.uaa.error;
public class ParameterParsingException extends UaaException {
private static String ERROR_DESCRIPTION = "One of the parameters was incorrectly encoded";
public ParameterParsingException() {
super("parameter_parsing_error", ERROR_DESCRIPTION, DEFAULT_STATUS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy