com.dalsemi.nethack
Class ARPCacheException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.nethack.ARPCacheException

public class ARPCacheException
extends java.lang.Exception

Thrown when an error has occurred when adding or removing an entry to/from the system's ARP cache.

See Also:
Serialized Form

Constructor Summary
ARPCacheException()
          Constructs an ARPCacheException with no detail message.
ARPCacheException(java.lang.String s)
          Constructs an ARPCacheException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARPCacheException

public ARPCacheException()
Constructs an ARPCacheException with no detail message.

ARPCacheException

public ARPCacheException(java.lang.String s)
Constructs an ARPCacheException with the specified detail message.