com.ail.insurance.claim
Class SectionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.insurance.claim.SectionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SectionNotFoundException
extends BaseException

A specified Claim section could not be found within the claim.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
SectionNotFoundException(java.lang.String str)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SectionNotFoundException

public SectionNotFoundException(java.lang.String str)