de.geomobile.joined.api.exception
Class JOFriendFinderHTTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.geomobile.joined.api.exception.JOFriendFinderHTTPException
All Implemented Interfaces:
Serializable

public class JOFriendFinderHTTPException
extends Exception

This exception is thrown to indicate a network error while communicating with the Joined server.

See Also:
Serialized Form

Constructor Summary
JOFriendFinderHTTPException()
          Constructs an exception with no detail message.
JOFriendFinderHTTPException(String detailMessage)
          Constructs an exception with a specified detail message.
JOFriendFinderHTTPException(String detailMessage, Throwable throwable)
          Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderHTTPException(Throwable throwable)
          Constructs an exception based on an exception.
 
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

JOFriendFinderHTTPException

public JOFriendFinderHTTPException()
Constructs an exception with no detail message.


JOFriendFinderHTTPException

public JOFriendFinderHTTPException(String detailMessage)
Constructs an exception with a specified detail message.

Parameters:
detailMessage - The detail message.

JOFriendFinderHTTPException

public JOFriendFinderHTTPException(Throwable throwable)
Constructs an exception based on an exception.

Parameters:
throwable - The exception basis.

JOFriendFinderHTTPException

public JOFriendFinderHTTPException(String detailMessage,
                                   Throwable throwable)
Constructs an exception based on an exception and with a specified detail message.

Parameters:
detailMessage - The detail message.
throwable - The exception basis.


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.