Package wol.configuration
Class IllegalEthernetAddressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- wol.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
Constructors Constructor Description IllegalEthernetAddressException()
IllegalEthernetAddressException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalEthernetAddressException
public IllegalEthernetAddressException()
-
IllegalEthernetAddressException
public IllegalEthernetAddressException(String message)
-
-