Java org.springframework.security.authentication LockedException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.authentication LockedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.authentication LockedException.

The text is from its open source code.

Constructor

LockedException(String msg)
Constructs a LockedException with the specified message.
LockedException(String msg, Throwable t)
Constructs a LockedException with the specified message and root cause.

Method

StringgetMessage()
Returns the detail message string of this throwable.