com.alarexgroup.m2mplf.exceptions
Class M2MRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alarexgroup.m2mplf.exceptions.M2MRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidSMSMessageParameterException, PINNeededException, PulseCounterNotConfiguredException
public class M2MRuntimeException
extends java.lang.RuntimeException

This class represents basic M2M runtime exception

See Also:
Serialized Form

Constructor Summary
M2MRuntimeException()
           
M2MRuntimeException(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

M2MRuntimeException

public M2MRuntimeException()

M2MRuntimeException

public M2MRuntimeException(java.lang.String message)