wt.step.processor
Class MandatoryAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.step.processor.TransferException
              extended bywt.step.processor.MandatoryAttributeException
All Implemented Interfaces:
Serializable

public class MandatoryAttributeException
extends TransferException

An exception thrown when it is discovered that a mandatory attribute (for the transfer process) is missing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.step.processor.TransferException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MandatoryAttributeException(StepEntity entity, String attributeName)
           
 
Methods inherited from class wt.step.processor.TransferException
getInnerException, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MandatoryAttributeException

public MandatoryAttributeException(StepEntity entity,
                                   String attributeName)