Java Code Examples for io.gravitee.common.http.HttpStatusCode#BAD_REQUEST_400

The following examples show how to use io.gravitee.common.http.HttpStatusCode#BAD_REQUEST_400 . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: PlanAlreadyPublishedException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 2
Source File: ClientSecretRequiredException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 3
Source File: ExtensionGrantWithApplicationsException.java    From graviteeio-access-management with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 4
Source File: UserAlreadyExistsException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 5
Source File: PageFolderActionException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 6
Source File: InvalidUserException.java    From graviteeio-access-management with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 7
Source File: PlanRestrictedException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 8
Source File: MessageRecipientFormatException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 9
Source File: UserNotInternallyManagedException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 10
Source File: StillPrimaryOwnerException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 11
Source File: MembershipAlreadyExistsException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 12
Source File: InvalidRoleException.java    From graviteeio-access-management with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 13
Source File: SubscriptionAlreadyProcessedException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 14
Source File: RatingAlreadyExistsException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 15
Source File: MessageEmptyException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 16
Source File: RoleReservedNameException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 17
Source File: EndpointMissingException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 18
Source File: TokenNameAlreadyExistsException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 19
Source File: SystemRoleDeleteException.java    From graviteeio-access-management with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}
 
Example 20
Source File: GroupMembersLimitationExceededException.java    From gravitee-management-rest-api with Apache License 2.0 4 votes vote down vote up
@Override
public int getHttpStatusCode() {
    return HttpStatusCode.BAD_REQUEST_400;
}