wonderly.jeaprs.aprs
Class ModeNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wonderly.jeaprs.aprs.ModeNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ModeNotSupportedException
extends java.lang.Exception

TNC access mode not supported exception message.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.
See Also:
Serialized Form

Constructor Summary
ModeNotSupportedException()
           
ModeNotSupportedException(java.lang.String msg)
           
 
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

ModeNotSupportedException

public ModeNotSupportedException()

ModeNotSupportedException

public ModeNotSupportedException(java.lang.String msg)