tigase.server.xmppserver
Class NotLocalhostException

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

public class NotLocalhostException
extends XMPPException

Created: Sep 2, 2010 4:11:34 PM

Version:
$Rev: 2996 $
Author:
Artur Hefczyc
See Also:
Serialized Form

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

NotLocalhostException

public NotLocalhostException()
Constructs ...


NotLocalhostException

public NotLocalhostException(String msg)
Constructs ...

Parameters:
msg -

NotLocalhostException

public NotLocalhostException(Throwable cause)
Constructs ...

Parameters:
cause -

NotLocalhostException

public NotLocalhostException(String msg,
                             Throwable cause)
Constructs ...

Parameters:
msg -
cause -


Copyright © 2012 Tigase. All Rights Reserved.