org.exoplatform.social.client.api
Class UnsupportedRestVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
UnsupportedRestVersionException()
          Default constructor.
UnsupportedRestVersionException(String msg)
          Constructor 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

UnsupportedRestVersionException

public UnsupportedRestVersionException()
Default constructor.


UnsupportedRestVersionException

public UnsupportedRestVersionException(String msg)
Constructor with message.

Parameters:
msg - the message


Copyright © 2011 eXo Platform. All Rights Reserved.