org.exoplatform.services.security.sso
Class SSOAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.security.sso.SSOAuthenticationException
All Implemented Interfaces:
Serializable

public class SSOAuthenticationException
extends Exception

Version:
$Id: $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
SSOAuthenticationException(String message)
           
SSOAuthenticationException(String message, Throwable cause)
           
SSOAuthenticationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

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.