org.jboss.osgi.spi
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.osgi.spi.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException
extends RuntimeException

A RuntimeException that should be thrown for unimplemented features

Since:
18-Jun-2008
Author:
thomas.diesler@jboss.com
See Also:
Serialized Form

Constructor Summary
NotImplementedException()
           
NotImplementedException(String message)
           
NotImplementedException(String jiraIssue, String message)
           
 
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

NotImplementedException

public NotImplementedException()

NotImplementedException

public NotImplementedException(String message)

NotImplementedException

public NotImplementedException(String jiraIssue,
                               String message)


Copyright © 2010. All Rights Reserved.