org.exoplatform.social.client.api.auth
Class UnAuthenticatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.social.client.api.auth.UnAuthenticatedException
All Implemented Interfaces:
Serializable

public class UnAuthenticatedException
extends Exception

The Access Denied Exception when something needs authentication but it is not authenticated yet.

Since:
May 20, 2011
Author:
hoatle (hoatlevan at gmail dot com)
See Also:
Serialized Form

Constructor Summary
UnAuthenticatedException()
          Exception without any message.
UnAuthenticatedException(String message)
          Exception with message.
 
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

UnAuthenticatedException

public UnAuthenticatedException()
Exception without any message.


UnAuthenticatedException

public UnAuthenticatedException(String message)
Exception with message.

Parameters:
message - the message


Copyright © 2011 eXo Platform. All Rights Reserved.