com.ibm.itim.remoteservices.exception
Class MalformedCSVEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.itim.exception.ITIMException
com.ibm.itim.remoteservices.exception.RemoteServicesException
com.ibm.itim.remoteservices.exception.MalformedEntryException
com.ibm.itim.remoteservices.exception.MalformedCSVEntryException
All Implemented Interfaces: java.io.Serializable
public class MalformedCSVEntryException extends MalformedEntryException
Exception thrown by CSV file provider when an input record is invalid.
See Also: Serialized Form
Field Summary
static java.lang.String
MALFORMED_CSV_RECORD_ERROR
message key for default message (used if a constructor with no message Id parameter is called)
"Invalid CSV entry at file line {0}, line data: {1}"
Constructor Summary
MalformedCSVEntryException (java.lang.String entryName,
java.lang.String msgId,
java.lang.Object[] tokens)
Constructor that accepts a message ID & array of tokens.
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage , getMessage , getMessage , getMessageId , getThrowable , getTokens , normalize , printStackTrace , printStackTrace , printStackTrace , toXML
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
MALFORMED_CSV_RECORD_ERROR
public static final java.lang.String MALFORMED_CSV_RECORD_ERROR
message key for default message (used if a constructor with no message Id parameter is called)
"Invalid CSV entry at file line {0}, line data: {1}"
See Also: Constant Field Values
MalformedCSVEntryException
public MalformedCSVEntryException (java.lang.String entryName,
java.lang.String msgId,
java.lang.Object[] tokens)
Constructor that accepts a message ID & array of tokens.
Parameters: entryName
- name of entry (for logging purposes)msgId
- message identifier used to lookup a corresponding error
message from properties file.tokens
- values for replacable tokens used in the error message.
IBM Security Identity Manager 6.0.0 © Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.