All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qas.api.internal.util.key.UniqueKeyImportException Maven / Gradle / Ivy

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