Package wol.configuration
Class IllegalEthernetAddressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- wol.configuration.IllegalEthernetAddressException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalEthernetAddressException extends java.lang.Exception
Thrown to indicate that a ethernet address could not be created.- Author:
- Steffen Moldaner
- See Also:
EthernetAddress
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalEthernetAddressException()
IllegalEthernetAddressException(java.lang.String message)
-