Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.clouddrive.cmis.login.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 Summary
Constructors Constructor Description AuthenticationException()Instantiates a new authentication exception.AuthenticationException(String message)Instantiates a new authentication exception.AuthenticationException(String message, Throwable cause)Instantiates a new authentication exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException()
Instantiates a new authentication exception.
-
AuthenticationException
public AuthenticationException(String message)
Instantiates a new authentication exception.- Parameters:
message- the message
-
-