com.esf.device.modem.exception
Class ModemOperationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.esf.device.modem.exception.ModemException
              extended bycom.esf.device.modem.exception.ModemOperationFailedException
All Implemented Interfaces:
java.io.Serializable

public class ModemOperationFailedException
extends ModemException

Defines ModemOperationFailedException

Author:
ilya.binshtok
See Also:
Serialized Form

Constructor Summary
ModemOperationFailedException()
          Create an instance with no message about why the Exception was thrown.
ModemOperationFailedException(java.lang.String msg)
          Creates an instance with a message about why the Exception was thrown.
 
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

ModemOperationFailedException

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


ModemOperationFailedException

public ModemOperationFailedException(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.


Copyright © 2009 Eurotech Inc. All rights reserved.