com.continuent.tungsten.common.network
Class HostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.common.network.HostException
All Implemented Interfaces:
java.io.Serializable

public class HostException
extends java.lang.Exception

Denotes a ping error condition.

Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
HostException(java.lang.String message)
           
HostException(java.lang.String message, java.lang.Throwable cause)
           
 
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

HostException

public HostException(java.lang.String message)

HostException

public HostException(java.lang.String message,
                     java.lang.Throwable cause)