IM Profile

com.siemens.icm.io
Class ATCommandFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.siemens.icm.io.ATCommandFailedException

public class ATCommandFailedException
extends Exception

Signals that a requested device access via the ATCommand class failed. This exception is thrown by the ATCommand class if any access to the device failed for device internal reasons.

See Also:
ATCommand

Constructor Summary
ATCommandFailedException()
          Constructs an exception with no specified detail message.
ATCommandFailedException(String s)
          Constructs an exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ATCommandFailedException

public ATCommandFailedException()
Constructs an exception with no specified detail message.


ATCommandFailedException

public ATCommandFailedException(String s)
Constructs an exception with the specified detail message.

Parameters:
s - the detail message

IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.