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

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

public class AccessDeniedException
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
AccessDeniedException()
          Exception without any message.
AccessDeniedException(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

AccessDeniedException

public AccessDeniedException()
Exception without any message.


AccessDeniedException

public AccessDeniedException(String message)
Exception with message.

Parameters:
message - the message


Copyright © 2011-2012 eXo Platform. All Rights Reserved.