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