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

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

Introduction

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

The text is from its open source code.

Constructor

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