mmc
Class mmcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mmc.mmcException
All Implemented Interfaces:
java.io.Serializable

public class mmcException
extends java.lang.RuntimeException

generic exception class for use with mmc

See Also:
Serialized Form

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

mmcException

public mmcException(java.lang.String str)