public class DeviceCreationException
extends java.lang.Exception
Constructor and Description |
---|
DeviceCreationException(java.lang.String message)
Special constructor, used when the DeviceCreationException is raised manually.
|
DeviceCreationException(java.lang.String message,
java.lang.Exception initialException)
Default constructor.
|
public DeviceCreationException(java.lang.String message, java.lang.Exception initialException)
message
- Message to be raised through classes' constructor.initialException
- Encapsulated Exception.public DeviceCreationException(java.lang.String message)
message
- Message to be raised.