@AlfrescoPublicApi
public class AuthenticationException
extends org.alfresco.error.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, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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–2019 Alfresco Software. All rights reserved.