com.waveset.object
Class IAPI.IAPIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.object.IAPI.IAPIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IAPI.InternalErrorException, IAPI.MissingRequiredAttributeException, IAPI.UnimplementedException, IAPI.UnknownAttributeException
Enclosing class:
IAPI

public static class IAPI.IAPIException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
protected IAPI.IAPIException()
           
protected IAPI.IAPIException(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.IAPIException

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

IAPI.IAPIException

protected IAPI.IAPIException()