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