public class OdiSmartImportException extends OdiImportException
ISmartImportService,
Serialized Form| Constructor and Description |
|---|
OdiSmartImportException(java.lang.String pMessage)
Constructs an OdiSmartImportException object.
|
OdiSmartImportException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs an OdiSmartImportException object.
|
OdiSmartImportException(java.lang.Throwable pCause)
Constructs an OdiSmartImportException object.
|
public OdiSmartImportException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - a message for the exceptionpCause - a Throwable object which is the cause of the exceptionpublic OdiSmartImportException(java.lang.String pMessage)
pMessage - a message for the exceptionpublic OdiSmartImportException(java.lang.Throwable pCause)
pCause - a Throwable object which is the cause of the exception