com.waveset.object
Class IAPI.InternalErrorException

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

public static class IAPI.InternalErrorException
extends IAPI.IAPIException

See Also:
Serialized Form

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

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

IAPI.InternalErrorException

protected IAPI.InternalErrorException()