Package org.opennms.netmgt.icmp
Class HostIsDownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- java.net.NoRouteToHostException
-
- org.opennms.netmgt.icmp.HostIsDownException
-
- All Implemented Interfaces:
java.io.Serializable
public class HostIsDownException extends java.net.NoRouteToHostException
HostIsDownException- Author:
- brozow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostIsDownException()
HostIsDownException(java.lang.String msg)
-