// FILE. . . . . /home/hak/hlt/src/hlt/osfv2/util/LockedBitCodeException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:38:59 2013

/**
 * @version     Last modified on Tue Jan 21 08:08:35 2014 by hak
 * @author      <a href="mailto:hak@acm.org">Hassan A&iuml;t-Kaci</a>
 * @copyright   &copy; <a href="http://www.hassan-ait-kaci.net/">by the author</a>
 */

package hlt.osf.util;

public class LockedBitCodeException extends RuntimeException
{
  public LockedBitCodeException (String msg)
  {
    super(msg);
  }
}