org.exoplatform.social.client.api.service
Class ServiceException

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.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

Field Summary
 String classService
           
 
Constructor Summary
ServiceException(Class classService, String message, Throwable cause)
          Constructor for ServiceException.
ServiceException(String message)
          Constructor for ServiceException.
ServiceException(String message, Throwable cause)
          Constructor for ServiceException.
 
Method Summary
 String getClassService()
          Gets the class service that cause the exception.
 
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
 

Field Detail

classService

public String classService
Constructor Detail

ServiceException

public ServiceException(Class classService,
                        String message,
                        Throwable cause)
Constructor for ServiceException.

Parameters:
classService - the class service
message - the message of exception
cause - the cause of exception

ServiceException

public ServiceException(String message,
                        Throwable cause)
Constructor for ServiceException.

Parameters:
message - the message of exception
cause - the cause of exception

ServiceException

public ServiceException(String message)
Constructor for ServiceException.

Parameters:
message - the message of exception
Method Detail

getClassService

public String getClassService()
Gets the class service that cause the exception.

Returns:
the class service FQN


Copyright © 2011-2012 eXo Platform. All Rights Reserved.