wol.configuration
Class IllegalEthernetAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywol.configuration.IllegalEthernetAddressException
All Implemented Interfaces:
Serializable

public class IllegalEthernetAddressException
extends Exception

Thrown to indicate that a ethernet address could not be created.

Author:
Steffen Moldaner
See Also:
EthernetAddress, Serialized Form

Constructor Summary
IllegalEthernetAddressException()
           
IllegalEthernetAddressException(String message)
           
 
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

IllegalEthernetAddressException

public IllegalEthernetAddressException()

IllegalEthernetAddressException

public IllegalEthernetAddressException(String message)