org.exoplatform.social.client.api.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.social.client.api.service.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends RuntimeException
The Service Exception class.
- Since:
- May 19, 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 |
classService
public String classService
ServiceException
public ServiceException(Class classService,
String message,
Throwable cause)
- Constructor for ServiceException.
- Parameters:
classService - the class servicemessage - the message of exceptioncause - the cause of exception
ServiceException
public ServiceException(String message,
Throwable cause)
- Constructor for ServiceException.
- Parameters:
message - the message of exceptioncause - the cause of exception
ServiceException
public ServiceException(String message)
- Constructor for ServiceException.
- Parameters:
message - the message of exception
getClassService
public String getClassService()
- Gets the class service that cause the exception.
- Returns:
- the class service FQN
Copyright © 2011 eXo Platform. All Rights Reserved.