public class OdiImportNotSupportedException extends OdiImportException
IImportRoot that
doesn't support this object's class.| Constructor and Description |
|---|
OdiImportNotSupportedException(java.lang.String pMessage)
Constructs an OdiImportNotSupportedException object.
|
OdiImportNotSupportedException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs an OdiImportNotSupportedException object.
|
OdiImportNotSupportedException(java.lang.Throwable pCause)
Constructs an OdiImportNotSupportedException object.
|
public OdiImportNotSupportedException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - a message for the exceptionpCause - a Throwable object which is the cause of the exceptionpublic OdiImportNotSupportedException(java.lang.String pMessage)
pMessage - a message for the exceptionpublic OdiImportNotSupportedException(java.lang.Throwable pCause)
pCause - a Throwable object which is the cause of the exception