Package tigase.server.xmppserver
Class LocalhostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.xmpp.XMPPException
-
- tigase.server.xmppserver.LocalhostException
-
- All Implemented Interfaces:
Serializable
public class LocalhostException extends XMPPException
Created: Dec 7, 2010 5:25:55 PM- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalhostException()LocalhostException(String msg)LocalhostException(String msg, Throwable cause)LocalhostException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-