org.exoplatform.services.security.sso
Class SSOAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.security.sso.SSOAuthenticationException
- All Implemented Interfaces:
- Serializable
public class SSOAuthenticationException
- extends Exception
- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SSOAuthenticationException
public SSOAuthenticationException(String message,
Throwable cause)
- Parameters:
message - the message.cause - the cause.
SSOAuthenticationException
public SSOAuthenticationException(String message)
- Parameters:
message - the message.
SSOAuthenticationException
public SSOAuthenticationException(Throwable cause)
- Parameters:
cause - the cause.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.