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

com.appcrossings.config.exception.AuthenticationException Maven / Gradle / Ivy

Go to download

A property placeholder configurer compatible with Spring and allowing hierarchical configurations to be externalized from the application and loaded by URL

The newest version!
package com.appcrossings.config.exception;

@SuppressWarnings("serial")
public class AuthenticationException extends RuntimeException {
  
  public AuthenticationException(String message) {
    super(message);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy