stsci.arci.exceptions
Class NotImplemented

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--stsci.arci.exceptions.NotImplemented
All Implemented Interfaces:
java.io.Serializable

public class NotImplemented
extends java.lang.Exception

To be thrown by methods which are not fully implmentnted in a particular persistence implmentation.

See Also:
Serialized Form

Constructor Summary
NotImplemented()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplemented

public NotImplemented()