Package org.jboss.resteasy.spi
Class NotImplementedYetException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.jboss.resteasy.spi.NotImplementedYetException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NotImplementedYetException extends RuntimeException
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NotImplementedYetException()NotImplementedYetException(String s) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NotImplementedYetException
public NotImplementedYetException()
 
- 
NotImplementedYetException
public NotImplementedYetException(String s)
 
 - 
 
 -