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

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

Introduction

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

The text is from its open source code.

Constructor

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