com.ingenta.clownbike
Class ClownbikeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ingenta.IngentaException
              extended bycom.ingenta.clownbike.ClownbikeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseException, IndexException, TaskException, WorkbenchException

public class ClownbikeException
extends IngentaException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ingenta.IngentaException
_parameters
 
Constructor Summary
ClownbikeException(java.lang.String message)
           
ClownbikeException(java.lang.String message, java.lang.Object[] parameters)
           
ClownbikeException(java.lang.String message, java.lang.Object[] parameters, java.lang.Throwable cause)
           
ClownbikeException(java.lang.String message, java.lang.Throwable cause)
           
ClownbikeException(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

ClownbikeException

public ClownbikeException(java.lang.String message,
                          java.lang.Object[] parameters,
                          java.lang.Throwable cause)

ClownbikeException

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

ClownbikeException

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

ClownbikeException

public ClownbikeException(java.lang.String message)

ClownbikeException

public ClownbikeException(java.lang.Throwable cause)