![JAR search and dependency download from the Maven repository](/logo.png)
org.qas.api.internal.util.key.UniqueKeyImportException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.api.internal.util.key;
/**
* UniqueKeyImportException
*
* @author Dzung Nguyen
* @version $Id UniqueKeyImportException 2014-03-27 14:02:30z dungvnguyen $
* @since 1.0
*/
public final class UniqueKeyImportException extends UniqueKeyException {
//~ class properties ========================================================
private static final long serialVersionUID = -640295265215994386L;
//~ class members ===========================================================
/**
* Creates {@link UniqueKeyImportException} object from exception message.
*
* @param msg the given exception message.
*/
public UniqueKeyImportException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy