com.ibm.di.connector.tam
Class TAMConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.connector.tam.TAMConnectorException
All Implemented Interfaces:
Serializable

public class TAMConnectorException
extends Exception

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

See Also:
Serialized Form

Constructor Summary
TAMConnectorException()
          Default Constructor
TAMConnectorException(HashMap failed, String arg0)
          Constructor
TAMConnectorException(String arg0)
          Constructor
 
Method Summary
 HashMap getFailed()
          Returns a HashMap of failed attributes with corresponding error messages
 void setFailed(String attribute, String msg)
          Builds a HashMap of failed attributes with corresponding error messages
 
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

TAMConnectorException

public TAMConnectorException()
Default Constructor


TAMConnectorException

public TAMConnectorException(String arg0)
Constructor

Parameters:
arg0 - The Error Message

TAMConnectorException

public TAMConnectorException(HashMap failed,
                             String arg0)
Constructor

Parameters:
failed - The Failed Attributes and their associated error messages
arg0 - The Error Message
Method Detail

setFailed

public void setFailed(String attribute,
                      String msg)
Builds a HashMap of failed attributes with corresponding error messages

Parameters:
attribute - The Attribute which failed
msg - The Error Message associated with the failed attribute

getFailed

public HashMap getFailed()
Returns a HashMap of failed attributes with corresponding error messages

Returns:
HashMap