public class ModemConfigurationException extends ModemException
Constructor and Description |
---|
ModemConfigurationException()
Create an instance with no message about why the Exception was thrown.
|
ModemConfigurationException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.
|
ModemConfigurationException(java.lang.String msg,
java.lang.Throwable e)
Creates an instance with a message about why the Exception was thrown.
|
public ModemConfigurationException()
public ModemConfigurationException(java.lang.String msg)
msg
- - detailed message explaining the reason for the Exception.public ModemConfigurationException(java.lang.String msg, java.lang.Throwable e)
msg
- - detailed message explaining the reason for the Exception.e
- - nested exception as Throwable
Copyright © 2009 Eurotech Inc. All rights reserved.