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

org.apache.shiro.biz.authc.exception.UnsupportedMethodException Maven / Gradle / Ivy

The newest version!
package org.apache.shiro.biz.authc.exception;

import org.apache.shiro.authc.AuthenticationException;

@SuppressWarnings("serial")
public class UnsupportedMethodException extends AuthenticationException {

    public UnsupportedMethodException(String msg) {
        super(msg);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy