Package tigase.xmpp
Class NoConnectionIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.xmpp.XMPPException
-
- tigase.xmpp.NoConnectionIdException
-
- All Implemented Interfaces:
Serializable
public class NoConnectionIdException extends XMPPException
- Author:
- kobit
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoConnectionIdException()NoConnectionIdException(String message)NoConnectionIdException(String message, Throwable cause)NoConnectionIdException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-