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

net.openesb.security.AuthenticationException Maven / Gradle / Ivy

The newest version!
package net.openesb.security;

/**
 *
 * @author David BRASSELY (brasseld at gmail.com)
 * @author OpenESB Community
 */
public class AuthenticationException extends Exception {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy