
com.wavefront.spring.account.AccountManagementFailedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wavefront-spring-boot Show documentation
Show all versions of wavefront-spring-boot Show documentation
Wavefront by VMware integration for Spring Boot
The newest version!
package com.wavefront.spring.account;
/**
* Thrown if managing an account failed.
*
* @author Stephane Nicoll
*/
public class AccountManagementFailedException extends RuntimeException {
public AccountManagementFailedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy