Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.security.authentication
Class AuthenticationException
java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.alfresco.error.AlfrescoRuntimeException
                  org.alfresco.repo.security.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TicketExpiredException

public class AuthenticationException
extends AlfrescoRuntimeException
Alfresco Authentication Exception and wrapper
Author:
andyh
See Also:
Serialized Form

Constructor Summary
AuthenticationException(String msg)
AuthenticationException(String msg, Object[] args)
AuthenticationException(String msg, Object[] args, Throwable cause)
AuthenticationException(String msg, Object[] args, org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic)
          Authentication Exception
AuthenticationException(String msg, Throwable cause)
AuthenticationException(String msg, org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic)
          Authentication Exception
AuthenticationException(String msg, org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic, Object[] args, Throwable cause)
          Authentication Exception
AuthenticationException(String msg, org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic, Throwable cause)
          Authentication Exception
Method Summary
org.alfresco.repo.security.authentication.AuthenticationDiagnostic
getDiagnostic()
          Get the authentication diagnostic
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
AuthenticationException
public AuthenticationException(String msg)

AuthenticationException
public AuthenticationException(String msg,
                               Object[] args)

AuthenticationException
public AuthenticationException(String msg,
                               Throwable cause)

AuthenticationException
public AuthenticationException(String msg,
                               Object[] args,
                               Throwable cause)

AuthenticationException
public AuthenticationException(String msg,
                               org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic)
Authentication Exception
Parameters:
msg - human readable message
diagnostic - diagnostic information about how the authentication succeeded/failed

AuthenticationException
public AuthenticationException(String msg,
                               Object[] args,
                               org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic)
Authentication Exception
Parameters:
msg - human readable message
diagnostic - diagnostic information about how the authentication succeeded/failed

AuthenticationException
public AuthenticationException(String msg,
                               org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic,
                               Throwable cause)
Authentication Exception
Parameters:
msg - key for human readable message
diagnostic - diagnostic information about how the authentication succeeded/failed
cause - stack trace of the exception

AuthenticationException
public AuthenticationException(String msg,
                               org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic,
                               Object[] args,
                               Throwable cause)
Authentication Exception
Parameters:
msg - key for human readable message
diagnostic - diagnostic information about how the authentication succeeded/failed
args - arguments for human readable message
cause - stack trace of the exception
Method Detail
getDiagnostic
public org.alfresco.repo.security.authentication.AuthenticationDiagnostic getDiagnostic()
Get the authentication diagnostic
Returns:
the authentication diagnostic

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.