atg.integrations.taxware
Class TaxwareMinorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.integrations.taxware.TaxwareException
              extended by atg.integrations.taxware.TaxwareMinorException
All Implemented Interfaces:
java.io.Serializable

public class TaxwareMinorException
extends TaxwareException

A TaxWare minor exception is thrown by the taxware classes and represents some sort of semi-expected problem.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TaxwareMinorException(java.lang.String strMessage)
          Create a new taxware minor exception.
 
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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

TaxwareMinorException

public TaxwareMinorException(java.lang.String strMessage)
Create a new taxware minor exception.