public class AuthException extends L10NMessageImpl
Constructor and Description |
---|
AuthException(String message)
Constructor.
|
AuthException(String errorCode,
Object[] args)
Constructor.
|
AuthException(Throwable t)
Constructor.
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthException(String errorCode, Object[] args)
errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public AuthException(String message)
message
- English message for this exception.public AuthException(Throwable t)
t
- Root cause of this exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.