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

com.cedarsoft.utils.AuthentificationException Maven / Gradle / Ivy

The newest version!
package com.cedarsoft.utils;

/**
 *
 */
public class AuthentificationException extends Exception {
  public AuthentificationException() {
  }

  public AuthentificationException( String message ) {
    super( message );
  }

  public AuthentificationException( String message, Throwable cause ) {
    super( message, cause );
  }

  public AuthentificationException( Throwable cause ) {
    super( cause );
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy