org.rubycoder.gsm
Class InvalidGSMFrameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rubycoder.gsm.InvalidGSMFrameException
All Implemented Interfaces:
java.io.Serializable

public class InvalidGSMFrameException
extends java.lang.Exception

Author:
kane
See Also:
Serialized Form

Constructor Summary
InvalidGSMFrameException()
          Creates a new instance of InvalidGSMFrameException without detail message.
InvalidGSMFrameException(java.lang.String msg)
          Constructs an instance of InvalidGSMFrameException with the specified detail 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

InvalidGSMFrameException

public InvalidGSMFrameException()
Creates a new instance of InvalidGSMFrameException without detail message.


InvalidGSMFrameException

public InvalidGSMFrameException(java.lang.String msg)
Constructs an instance of InvalidGSMFrameException with the specified detail message.

Parameters:
msg - the detail message.