org.huihoo.jfox.ejb.exception
Class NotImplementedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.huihoo.jfox.ejb.exception.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

Version:
$0.9.0$
Author:
tai_1219@sina.com
See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Construct a NotImplementedException with no detail.
NotImplementedException(java.lang.String msg)
          Construct a NotImplementedException with a detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedException

public NotImplementedException()
Construct a NotImplementedException with no detail.


NotImplementedException

public NotImplementedException(java.lang.String msg)
Construct a NotImplementedException with a detail message.

Parameters:
msg - Detail message.