com.jakeapp.jake.ics.exceptions
Class NoSuchUseridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jakeapp.jake.ics.exceptions.NetworkException
                  extended by com.jakeapp.jake.ics.exceptions.NoSuchUseridException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchUseridException
extends NetworkException

Author:
johannes The userid to talk to is not registered. This is not thrown if the user is just offline
See Also:
Serialized Form

Constructor Summary
NoSuchUseridException()
           
NoSuchUseridException(java.lang.String s)
           
 
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

NoSuchUseridException

public NoSuchUseridException()

NoSuchUseridException

public NoSuchUseridException(java.lang.String s)


Copyright © 2011. All Rights Reserved.