public class InvalidGSMFrameException
extends java.lang.Exception
Constructor and Description |
---|
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. |
public InvalidGSMFrameException()
InvalidGSMFrameException
without detail message.public InvalidGSMFrameException(java.lang.String msg)
InvalidGSMFrameException
with the specified detail message.msg
- the detail message.