com.waveset.object
Class IAPI.UnimplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.object.IAPI.IAPIException
              extended bycom.waveset.object.IAPI.UnimplementedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IAPI

public static class IAPI.UnimplementedException
extends IAPI.IAPIException

See Also:
Serialized Form

Constructor Summary
protected IAPI.UnimplementedException()
           
protected IAPI.UnimplementedException(java.lang.String 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IAPI.UnimplementedException

protected IAPI.UnimplementedException(java.lang.String message)

IAPI.UnimplementedException

protected IAPI.UnimplementedException()