public class DisabledAuthenticationException
extends org.apache.shiro.authc.AuthenticationException
| 构造器和说明 |
|---|
DisabledAuthenticationException()
Creates a new DisabledAuthenticationException.
|
DisabledAuthenticationException(String message)
Constructs a new DisabledAuthenticationException.
|
DisabledAuthenticationException(String message,
Throwable cause)
Constructs a new DisabledAuthenticationException.
|
DisabledAuthenticationException(Throwable cause)
Constructs a new DisabledAuthenticationException.
|
public DisabledAuthenticationException()
public DisabledAuthenticationException(String message)
message - the reason for the exceptionpublic DisabledAuthenticationException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2015-2017. All Rights Reserved.