org.jboss.messaging.util
Class NotYetImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.messaging.util.NotYetImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotYetImplementedException
extends java.lang.RuntimeException

Version:
$Revision: 2868 $ $Id: NotYetImplementedException.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

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

NotYetImplementedException

public NotYetImplementedException()

NotYetImplementedException

public NotYetImplementedException(java.lang.String msg)


Copyright © 2006 JBoss Inc. All Rights Reserved.