faa.tg.prep.tmf.ufp.postprocessors
Class AcidNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by faa.tg.prep.tmf.ufp.postprocessors.AcidNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AcidNotFoundException
extends java.lang.Exception

 AcidNotFoundException contains an exception caused by an attempt
 to get an Acid that was not found.
 
See the source: AcidNotFoundException.java

Version:
$Id: AcidNotFoundException.java,v 2.3 2002/06/15 02:11:38 danaw Exp $
Author:
Michael E. Ross
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
AcidNotFoundException()
          Constructs AcidNotFoundException without text input.
AcidNotFoundException(java.lang.String text)
          Construct AcidNotFoundException with text input.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Constructor Detail

AcidNotFoundException

public AcidNotFoundException()
Constructs AcidNotFoundException without text input.


AcidNotFoundException

public AcidNotFoundException(java.lang.String text)
Construct AcidNotFoundException with text input.

Parameters:
text - The text string associated with the exception.