@AlfrescoPublicApi
public class AuthenticationException
extends org.alfresco.error.AlfrescoRuntimeException
Constructor and Description |
---|
AuthenticationException(java.lang.String msg) |
AuthenticationException(java.lang.String msg,
AuthenticationDiagnostic diagnostic)
Authentication Exception
|
AuthenticationException(java.lang.String msg,
AuthenticationDiagnostic diagnostic,
java.lang.Object[] args,
java.lang.Throwable cause)
Authentication Exception
|
AuthenticationException(java.lang.String msg,
AuthenticationDiagnostic diagnostic,
java.lang.Throwable cause)
Authentication Exception
|
AuthenticationException(java.lang.String msg,
java.lang.Object[] args) |
AuthenticationException(java.lang.String msg,
java.lang.Object[] args,
AuthenticationDiagnostic diagnostic)
Authentication Exception
|
AuthenticationException(java.lang.String msg,
java.lang.Object[] args,
java.lang.Throwable cause) |
AuthenticationException(java.lang.String msg,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
AuthenticationDiagnostic |
getDiagnostic()
Get the authentication diagnostic
|
create, create, getMsgId, getMsgParams, getRootCause, makeRuntimeException
public AuthenticationException(java.lang.String msg)
public AuthenticationException(java.lang.String msg, java.lang.Object[] args)
public AuthenticationException(java.lang.String msg, java.lang.Throwable cause)
public AuthenticationException(java.lang.String msg, java.lang.Object[] args, java.lang.Throwable cause)
public AuthenticationException(java.lang.String msg, AuthenticationDiagnostic diagnostic)
msg
- human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedpublic AuthenticationException(java.lang.String msg, java.lang.Object[] args, AuthenticationDiagnostic diagnostic)
msg
- human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedpublic AuthenticationException(java.lang.String msg, AuthenticationDiagnostic diagnostic, java.lang.Throwable cause)
msg
- key for human readable messagediagnostic
- diagnostic information about how the authentication succeeded/failedcause
- stack trace of the exceptionpublic AuthenticationException(java.lang.String msg, AuthenticationDiagnostic diagnostic, java.lang.Object[] args, java.lang.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 - 2013 Alfresco Software, Inc. All Rights Reserved.