public class UserPasswordNotSetException
extends org.springframework.security.core.AuthenticationException
| 构造器和说明 |
|---|
UserPasswordNotSetException(String msg)
Constructs an
AuthenticationException with the specified message and no
root cause. |
UserPasswordNotSetException(String msg,
Throwable t)
Constructs an
AuthenticationException with the specified message and root
cause. |
public UserPasswordNotSetException(String msg, Throwable t)
AuthenticationException with the specified message and root
cause.msg - the detail messaget - the root causepublic UserPasswordNotSetException(String msg)
AuthenticationException with the specified message and no
root cause.msg - the detail messageCopyright © 2019 GTMAP. All rights reserved.