org.exoplatform.social.client.api.net
Class SocialHttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.exoplatform.social.client.api.net.SocialHttpClientException
All Implemented Interfaces:
Serializable

public class SocialHttpClientException
extends IOException

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 30, 2011

See Also:
Serialized Form

Constructor Summary
SocialHttpClientException(String message)
          Constructor for SocialHttpClientException.
SocialHttpClientException(String message, Throwable cause)
          Constructor for SocialHttpClientException.
 
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

SocialHttpClientException

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

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

SocialHttpClientException

public SocialHttpClientException(String message)
Constructor for SocialHttpClientException.

Parameters:
message - the message of exception


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