tigase.server.xmppserver
Class LocalhostException

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

public class LocalhostException
extends XMPPException

Created: Dec 7, 2010 5:25:55 PM

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

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

LocalhostException

public LocalhostException()
Constructs ...


LocalhostException

public LocalhostException(String msg)
Constructs ...

Parameters:
msg -

LocalhostException

public LocalhostException(Throwable cause)
Constructs ...

Parameters:
cause -

LocalhostException

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

Parameters:
msg -
cause -


Copyright © 2012 Tigase. All Rights Reserved.