com.ingenta.clownbike
Class IndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ingenta.IngentaException
              extended bycom.ingenta.clownbike.ClownbikeException
                  extended bycom.ingenta.clownbike.IndexException
All Implemented Interfaces:
java.io.Serializable

public class IndexException
extends ClownbikeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ingenta.IngentaException
_parameters
 
Constructor Summary
IndexException(java.lang.String message)
           
IndexException(java.lang.String message, java.lang.Object[] parameters)
           
IndexException(java.lang.String message, java.lang.Object[] parameters, java.lang.Exception cause)
           
IndexException(java.lang.String message, java.lang.Throwable cause)
           
IndexException(java.lang.Throwable cause)
           
 
Methods inherited from class com.ingenta.IngentaException
parametersToString, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexException

public IndexException(java.lang.String message,
                      java.lang.Object[] parameters,
                      java.lang.Exception cause)

IndexException

public IndexException(java.lang.String message,
                      java.lang.Object[] parameters)

IndexException

public IndexException(java.lang.String message,
                      java.lang.Throwable cause)

IndexException

public IndexException(java.lang.String message)

IndexException

public IndexException(java.lang.Throwable cause)