All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.identity.uaa.error.ParameterParsingException Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy