com.esf.device.modem.exception
Class ModemNotAvailableForATcommandsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.device.modem.exception.ModemException
              extended by com.esf.device.modem.exception.ModemNotAvailableForATcommandsException
All Implemented Interfaces:
java.io.Serializable

public class ModemNotAvailableForATcommandsException
extends ModemException

Defines ModemNotAvailableForATcommandsException

Author:
ilya.binshtok
See Also:
Serialized Form

Constructor Summary
ModemNotAvailableForATcommandsException()
          Create an instance with no message about why the Exception was thrown.
ModemNotAvailableForATcommandsException(java.lang.String msg)
          Creates an instance with a message about why the Exception was thrown.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModemNotAvailableForATcommandsException

public ModemNotAvailableForATcommandsException()
Create an instance with no message about why the Exception was thrown.


ModemNotAvailableForATcommandsException

public ModemNotAvailableForATcommandsException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.

Parameters:
msg - detailed message explaining the reason for the Exception.