org.exoplatform.social.client.api.auth
Class UnAuthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnAuthenticatedException
public UnAuthenticatedException()
- Exception without any message.
UnAuthenticatedException
public UnAuthenticatedException(String message)
- Exception with message.
- Parameters:
message - the message
Copyright © 2011-2012 eXo Platform. All Rights Reserved.