Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends Exception
    Created by The eXo Platform SAS.
    Version:
    $Id: AuthenticationException.java 00000 Aug 28, 2014 pnedonosko $
    Author:
    Peter Nedonosko
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
        Instantiates a new authentication exception.
      • AuthenticationException

        public AuthenticationException​(String message)
        Instantiates a new authentication exception.
        Parameters:
        message - the message
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause)
        Instantiates a new authentication exception.
        Parameters:
        message - the message
        cause - the cause