@AlfrescoPublicApi public class AuthenticationException extends AlfrescoRuntimeException
Constructor and Description |
---|
AuthenticationException(String msg) |
AuthenticationException(String msg,
AuthenticationDiagnostic diagnostic)
Authentication Exception
|
AuthenticationException(String msg,
AuthenticationDiagnostic diagnostic,
Object[] args,
Throwable cause)
Authentication Exception
|
AuthenticationException(String msg,
AuthenticationDiagnostic diagnostic,
Throwable cause)
Authentication Exception
|
AuthenticationException(String msg,
Object[] args) |
AuthenticationException(String msg,
Object[] args,
AuthenticationDiagnostic diagnostic)
Authentication Exception
|
AuthenticationException(String msg,
Object[] args,
Throwable cause) |
AuthenticationException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
AuthenticationDiagnostic |
getDiagnostic()
Get the authentication diagnostic
|
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String msg)
public AuthenticationException(String msg, AuthenticationDiagnostic diagnostic)
msg
- human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedpublic AuthenticationException(String msg, Object[] args, AuthenticationDiagnostic diagnostic)
msg
- human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedpublic AuthenticationException(String msg, AuthenticationDiagnostic diagnostic, Throwable cause)
msg
- key for human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedcause
- stack trace of the exceptionpublic AuthenticationException(String msg, AuthenticationDiagnostic diagnostic, Object[] args, Throwable cause)
msg
- key for human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedargs
- arguments for human readable messagecause
- stack trace of the exceptionpublic AuthenticationDiagnostic getDiagnostic()
Copyright © 2005–2020 Alfresco Software. All rights reserved.