|
|||||||||||
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(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 |
---|
public TAMConnectorException()
public TAMConnectorException(String arg0)
arg0
- The Error Messagepublic TAMConnectorException(HashMap failed, String arg0)
failed
- The Failed Attributes and their associated error messagesarg0
- The Error MessageMethod Detail |
---|
public void setFailed(String attribute, String msg)
attribute
- The Attribute which failedmsg
- The Error Message associated with the failed attributepublic HashMap getFailed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |