GWTApplication.client
Class UnableToGetPeopleListException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializableException
              extended by GWTApplication.client.UnableToGetPeopleListException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class UnableToGetPeopleListException
extends com.google.gwt.user.client.rpc.SerializableException

Thrown when there is a problem getting a list of the people which have been requested

See Also:
Serialized Form

Constructor Summary
UnableToGetPeopleListException()
           
UnableToGetPeopleListException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, getMessage, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToGetPeopleListException

public UnableToGetPeopleListException()

UnableToGetPeopleListException

public UnableToGetPeopleListException(java.lang.String msg)