org.exoplatform.social.client.api
Class UnsupportedMethodException

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

public class UnsupportedMethodException
extends RuntimeException

Exception when one method is called but it is not implemented or supported yet.

Since:
Jul 29, 2011
Author:
Hanh Vi Quoc
See Also:
Serialized Form

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

UnsupportedMethodException

public UnsupportedMethodException()
Exception without any message.


UnsupportedMethodException

public UnsupportedMethodException(String message)
Exception with message.

Parameters:
message -


Copyright © 2011 eXo Platform. All Rights Reserved.