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

com.jelastic.api.billing.extern.exception.NullEbsUserIdException Maven / Gradle / Ivy

The newest version!
/*Server class MD5: 91a22b734e8f671a750266652568ce6c*/
package com.jelastic.api.billing.extern.exception;

/**
 * @name Jelastic API Client
 * @version 8.11.2
 * @copyright Jelastic, Inc.
 */
public class NullEbsUserIdException extends ExternBillingException {

    public static final String FIND_USER_ID_IN_EXTERNAL_BILLING_SYSTEM = "find user id in external billing system";

    public NullEbsUserIdException() {
        super(FIND_USER_ID_IN_EXTERNAL_BILLING_SYSTEM);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy