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

com.wavefront.spring.account.AccountManagementFailedException Maven / Gradle / Ivy

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