|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.connector.tam.TAMConnectorException
public class TAMConnectorException
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Constructor Summary | |
---|---|
TAMConnectorException()
Default Constructor |
|
TAMConnectorException(java.util.HashMap failed,
java.lang.String arg0)
Constructor |
|
TAMConnectorException(java.lang.String arg0)
Constructor |
Method Summary | |
---|---|
java.util.HashMap |
getFailed()
Returns a HashMap of failed attributes with corresponding error messages |
void |
setFailed(java.lang.String attribute,
java.lang.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 |
---|
public TAMConnectorException()
public TAMConnectorException(java.lang.String arg0)
arg0
- The Error Messagepublic TAMConnectorException(java.util.HashMap failed, java.lang.String arg0)
failed
- The Failed Attributes and their associated error messagesarg0
- The Error MessageMethod Detail |
---|
public void setFailed(java.lang.String attribute, java.lang.String msg)
attribute
- The Attribute which failedmsg
- The Error Message associated with the failed attributepublic java.util.HashMap getFailed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |