// FILE. . . . . /home/hak/hlt/src/hlt/osf/util/LockedBitCodeException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Dv7
// STARTED ON. . Mon Nov 05 18:05:54 2012

/**
 * @version     Last modified on Sat Dec 01 20:38:27 2012 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);
  }
}