Java org.apache.shiro.authc ExcessiveAttemptsException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.authc ExcessiveAttemptsException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.authc ExcessiveAttemptsException.

The text is from its open source code.

Constructor

ExcessiveAttemptsException()
Creates a new ExcessiveAttemptsException.
ExcessiveAttemptsException(String message, Throwable cause)
Constructs a new ExcessiveAttemptsException.
ExcessiveAttemptsException(String message)
Constructs a new ExcessiveAttemptsException.
ExcessiveAttemptsException(Throwable cause)
Constructs a new ExcessiveAttemptsException.