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

com.glancebar.aliyun.sts.exception.AliyunConfigNotSetException.kt Maven / Gradle / Ivy

The newest version!
package com.glancebar.aliyun.sts.exception

import org.springframework.beans.factory.BeanCreationException


/**
 * Customized exception to store details info.
 * @author yishen.cai
 */
class AliyunConfigNotSetException(
    // spring active profile setting
    val activeProfile: String,
    // javax.violations messages
    val violations: String,
) : BeanCreationException(violations) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy