public class LoginTimeOutException extends AuthLoginException
Constructor and Description |
---|
LoginTimeOutException(String message)
Constructor
|
LoginTimeOutException(String rbName,
String errCode,
Object[] args)
Creates
LoginTimeOutException object. |
LoginTimeOutException(Throwable t)
Constructor
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoginTimeOutException(String rbName, String errCode, Object[] args)
LoginTimeOutException
object.rbName
- Resource bundle name for the error messageerrCode
- Key to the message in resource bundleargs
- Arguments to the messagepublic LoginTimeOutException(String message)
message
- English message for the exceptionpublic LoginTimeOutException(Throwable t)
t
- Root cause of the exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.