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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

ClassgetClass()
Returns the runtime class of this Object .