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