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

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

Introduction

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

The text is from its open source code.

Constructor

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