de.geomobile.joined.api.exception
Class FriendFinderUnexpectedException

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

public class FriendFinderUnexpectedException
extends Exception

This exception is thrown to indicate an unexpected and unidentified error.

See Also:
Serialized Form

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

FriendFinderUnexpectedException

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


FriendFinderUnexpectedException

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

Parameters:
detailMessage - The detail message.

FriendFinderUnexpectedException

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

Parameters:
throwable - The exception basis.

FriendFinderUnexpectedException

public FriendFinderUnexpectedException(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.