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

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

Introduction

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

The text is from its open source code.

Constructor

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