com.alarexgroup.m2mplf.exceptions
Class M2MException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alarexgroup.m2mplf.exceptions.M2MException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PinIOException, PortIOException, PulseIOException, TestException
public class M2MException
extends java.lang.Exception

This class represents basic M2M exception

See Also:
Serialized Form

Constructor Summary
M2MException()
           
M2MException(java.lang.String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

M2MException

public M2MException()

M2MException

public M2MException(java.lang.String message)