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:
Serializable
public class HostIsDownException extends NoRouteToHostException
HostIsDownException- Author:
- brozow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostIsDownException()
HostIsDownException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HostIsDownException
public HostIsDownException()
-
HostIsDownException
public HostIsDownException(String msg)
-
-