edu.ksu.cis.projects.bogor.module.throwable
Class ExtFailedBogorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.ksu.cis.projects.bogor.module.throwable.BogorException
                  extended by edu.ksu.cis.projects.bogor.module.throwable.ExtFailedBogorException
All Implemented Interfaces:
Disposable, Serializable

public class ExtFailedBogorException
extends BogorException

Represents an extension call failed exception.

Version:
CVS $Revision: 1.2 $ $Date: 2004/02/25 02:40:37 $
Author:
Robby
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException
node
 
Constructor Summary
ExtFailedBogorException()
           
 
Method Summary
 
Methods inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException
dispose, getNode, setNode
 
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

ExtFailedBogorException

public ExtFailedBogorException()