tigase.xmpp
Class NoConnectionIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.xmpp.XMPPException
              extended by tigase.xmpp.NoConnectionIdException
All Implemented Interfaces:
Serializable

public class NoConnectionIdException
extends XMPPException

Author:
kobit
See Also:
Serialized Form

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

NoConnectionIdException

public NoConnectionIdException()
Constructs ...


NoConnectionIdException

public NoConnectionIdException(String message)
Constructs ...

Parameters:
message -

NoConnectionIdException

public NoConnectionIdException(Throwable cause)
Constructs ...

Parameters:
cause -

NoConnectionIdException

public NoConnectionIdException(String message,
                               Throwable cause)
Constructs ...

Parameters:
message -
cause -


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.