public class AccountExpiredException extends AccountException
被loginmodules当他们确定一个帐户已过期,这是例外。例如,一个LoginModule
,在成功认证用户,可以确定用户帐户已过期。在这种情况下,LoginModule
引发此异常通知应用程序。该应用程序可以采取适当的步骤来通知用户。
Constructor and Description |
---|
AccountExpiredException()
创建一个不含详细信息accountexpiredexception。
|
AccountExpiredException(String msg)
创建一个指定详细信息的accountexpiredexception。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccountExpiredException()
public AccountExpiredException(String msg)
msg
-详细信息。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.