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