com.anwrt.communication.exceptions
Class AwtComException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.anwrt.communication.exceptions.AwtComException
All Implemented Interfaces:
java.io.Serializable

public class AwtComException
extends java.lang.Exception

Signals that an communication error occured between the application and the M2MAgent.
creation : 13 jan. 2009

Author:
David FRANCOIS
See Also:
Serialized Form

Constructor Summary
AwtComException(java.lang.String message)
          Default constructor
AwtComException(java.lang.String message, java.lang.Throwable cause)
           
 
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

AwtComException

public AwtComException(java.lang.String message)
Default constructor

Parameters:
message - Exception message.

AwtComException

public AwtComException(java.lang.String message,
                       java.lang.Throwable cause)