package sac.exception;

/**
 * Title:
 * Description:
 * Copyright:    Copyright (c) 2001
 * Company:
 * @author
 * @version 1.0
 */

import sac.util.ChainException;

public class ItemJaCadastradoException extends ChainException {

  public ItemJaCadastradoException() {
    super();
  }

  public ItemJaCadastradoException(String msg) {
    super(msg);
  }
}