Package com.ibm.di.connector.tam
Class TAMConnectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.connector.tam.TAMConnectorException
-
- All Implemented Interfaces:
java.io.Serializable
public class TAMConnectorException extends java.lang.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
Constructors Constructor Description TAMConnectorException()
Default ConstructorTAMConnectorException(java.lang.String arg0)
ConstructorTAMConnectorException(java.util.HashMap failed, java.lang.String arg0)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap
getFailed()
Returns a HashMap of failed attributes with corresponding error messagesvoid
setFailed(java.lang.String attribute, java.lang.String msg)
Builds a HashMap of failed attributes with corresponding error messages
-
-
-
Constructor Detail
-
TAMConnectorException
public TAMConnectorException()
Default Constructor
-
TAMConnectorException
public TAMConnectorException(java.lang.String arg0)
Constructor- Parameters:
arg0
- The Error Message
-
TAMConnectorException
public TAMConnectorException(java.util.HashMap failed, java.lang.String arg0)
Constructor- Parameters:
failed
- The Failed Attributes and their associated error messagesarg0
- The Error Message
-
-
Method Detail
-
setFailed
public void setFailed(java.lang.String attribute, java.lang.String msg)
Builds a HashMap of failed attributes with corresponding error messages- Parameters:
attribute
- The Attribute which failedmsg
- The Error Message associated with the failed attribute
-
getFailed
public java.util.HashMap getFailed()
Returns a HashMap of failed attributes with corresponding error messages- Returns:
- HashMap
-
-