org.exoplatform.social.client.api
Class UnsupportedRestVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.exoplatform.social.client.api.UnsupportedRestVersionException
- All Implemented Interfaces:
- Serializable
public class UnsupportedRestVersionException
- extends IllegalArgumentException
Exception for the case that the client wants to use the rest version is not supported.
- Since:
- 1.0.0-alpha2, Oct 4, 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 |
UnsupportedRestVersionException
public UnsupportedRestVersionException()
- Default constructor.
UnsupportedRestVersionException
public UnsupportedRestVersionException(String msg)
- Constructor with message.
- Parameters:
msg - the message
Copyright © 2011-2012 eXo Platform. All Rights Reserved.